Multi-Tenanted identity solutions contain a logical separation between different user groups. This can either be a hard-solution, where each tenant has their own set of databases, or a soft-solution, where tenants share a single data store.
Often the tenant is resolved via URL parsing. For example
- {Tenant1}.identity.acme.com
- {Tenant2}.identity.acme.com
But as each supported OIDC provider is a framework, individual implementations of this may vary.
The RockSolidKnowledge SAML component will work out-of-the-box with most multi-tenanted solutions, however occasionally different implementation approaches or business requirements will require some modification for proper integration.
Please contact support if you require help implementing a multi-tenanted identity solution using SAML.