Hi everyone, I’d like to figure out the best way we can allow our customers in a multi-tenant SaaS application to manage which connections (e.g. social providers, or SAML) can be used to sign in.
We’re using a separate subdomain for each tenant (in our application) with one “landing” domain anyone can sign into to find the other domains they belong to.
tenant-1.company.com
tenant-2.company.com
We’d like to allow tenant-1 and tenant-2 to be able to choose which IdPs to allow their users.
For example: tenant-1 might allow Google and Database where tenant-2 might allow only Microsoft or SAML
What’s the correct approach using Auth0 for this? app_metadata and rules?