We are having one application that runs on one base domain. Application resolves where the traffic is coming, which means we have multiple domains (www.example.com, www.something.com...), but in essence it is one application. One of the controllers resolves the domain name.
Problem we are facing is Single Sign On. How to create SSO for all of the existing and future domains that will be added. We need when the user is logged on one domain, to be automatically logged on all of them. Is there some common practice how to fix that problem?
Any suggestion is welcome