Support for multi tenant application ?

Hello,

We are having the SAAS application where the company can signup for the services we are offering they can create user in SAAS portal.

we want to offer the company to enable SSO using the Azure AD so company can turn on SSO for thier user if they want

so this means we need to load the different SAML configuration for a different company.

Does the component space offer this feature ? if so can you point out some sample that we can test ?

thanks


Please take a look at our Configuration Guide and in particular the “Multi-Tenancy Support” section. This describes how you can have a separate SAML configuration for each of your tenants.

https://www.componentspace.com/Forums/8234/Configuration-Guide

I also suggest considering implementing the ISamlConfigurationResolver interface as described in the same document. This supports dynamic configuration updates and storing SAML configuration in a custom database.