Configuring multi-tenant support through SAML RelayState
In multi-tenant environments, you can route SSO to the proper tenant with the SAML provided RelayState
or SAML_TENANT_PROP_FROM_URL
properties.
While in a multi-tenant environment, if you set the SAML_TENANT_PROP_FROM_URL
property to true
, the application attempts to use the RelayState
parameter to identify the tenant. When you set SAML_TENANT_PROP_FROM_URL
to false
, Collibra DQ attempts to find the tenant in a SAML response attribute, which is defined by the SAML_TENANT_PROP_NAME
property (default=tenant
).
You can set the RelayState
property on the SAML Security page of the Admin Console.
For more information, go to Configuring SAML authentication.