Hi,
I have three web apps which are developed and maintained by different vendors and hosted in different servers. We are planning to implement SSO so that user only required to login to one web app once, and then access the other web apps without re-login.
I have created one web app and hosted in two different servers and sub-domains and accessing the same Auth0’s application.
When accessing the first sub-domain, it redirected me to a login page. I’m able to login and see the protected page. Then when I tried to access the second sub-domain in the same browser, it redirect me to login page again. What am I missing here? I would expect to see the protected page in the second sub-domain since I have authenticated in the first sub-domain.
It looks fine when tested locally on Windows. For example when I started the same app in two different ports and there is no re-login needed after I have logged-in to the web app running at different port.
Apparently I have to create 3 different web apps within the same tenant. Then, goto the tenant settings, select advanced tab, scroll to login session management and enable seamless SS0.