SAML

SAML Single Sign-On

Configuring SAML SSO for UI Bakery involves two main steps:

  • Configuring integration in your identity provider;

  • Configuring SSO in your UI Bakery instance using environment variables.

Configure UI Bakery integration in your identity provider

The configuration process may vary depending on your chosen identity provider, but there are some common considerations to keep in mind.

  1. The sign-on URL is https://YOUR_INSTANCE/api/auth/login/saml

  2. Find or define entityId;

  3. Find Metadata XML.

UI Bakery instance configuration

To enable UI Bakery to use your OpenID provider, set the following environment variables:

UI_BAKERY_SAML_ENABLED=true
UI_BAKERY_SAML_METADATA_URL=https://integration.com/yourapp/metadata.xml
UI_BAKERY_SAML_ENTITY_ID=uibakery
UI_BAKERY_BRANDING_AUTH_SSO_BTN_TEXT=Login with SAML

Last updated