Hello,
I’m trying to implement a SSO between one or more React Applications.
We are planning to use a domain mydomain.com and use subdomains to identificate each app:
app1.mydomain.com
app2.mydomain.com
app3.mydomain.com
…
I used the github code example for NodeJs/React and it’s working fine for app1. But when I try to access the app2, app3… I have to login for each one again. Their login are independent each other. That’s probably because CORS and LocalStorage… But my apps will be under the same root domain (mydomain.com) and once logged in users should navigate between them as they wish, without need to reauthenticate.
We are currently using the native Auth0 Login Page, don’t have a custom login page.
How should I configure and implement a single sign-on between the different applications? Do you have any clarification of similar use case how to configure or some code sample?
Thank you very much for your information and support.
Best regards,
Rogerio