SAML
SAML Single Sign-On
Last updated
Was this helpful?
SAML Single Sign-On
Last updated
Was this helpful?
Was this helpful?
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.
The configuration process may vary depending on your chosen identity provider, but there are some common considerations to keep in mind.
The sign-on URL is https://YOUR_INSTANCE/api/auth/login/saml
Find or define entityId;
Find Metadata XML.
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
UI_BAKERY_GLOBAL_SESSION_COOKIE=true