Tenants of our app have their own subdomain, e.g. customer1.domain.com, although it's one code base. Some tenants want SP initiated SSO with SAML.
What's the best approach for making this happen?
- SimpleSAMLphp on a static shared subdomain, e.g. sso.domain.com/saml/
- SimpleSAMLphp as part of the tenant, e.g. customer1.domain.com/saml/
If we go for option 1, how would we know what tenant an incoming SAML request is for?
If we go for option 2, how would you recommend configuring SimpleSAMLphp for metadata/authsources as it only seems to support hardcoded files.
Thanks