Is it possible to achieve SSO between different browsers?

Hello! I wanted to ask if it’s possible to have cross-browser SSO using Auth0? Currently we achieved SSO in the same browser by checking checkSession every 10-15 seconds, but we are not sure if it’s ideal. We have two SPA on different domains and that was the only solution that worked. However, we were also wondering if it’s possible to keep the session throughout different browsers. Any help would be appreciated! Thanks.

Hi @lukas,

SSO uses a browser cookie, which is specific to that browser.

For a great explanation (with some good visuals) see this blog:

Hope this helps!

Thanks,
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.