Single Sign On - Multiple Progress Web Applications (PWA's)

Hi,

We have multiple Progressive Web Applications on a single Mobile Device (Android and Apple). We would like to have a SSO experience across all our apps. Since these apps are NOT native, what is the best possible way to achieve this? Each app is hosted in its own domain.

Apps are developed in ReactJS and backend is NodeJS.

However this page Single Sign-On says it only possible with Native Apps. Surely there must be a way to have SSO across non native PWA’s?

Thanks

I forgot to mention each app is in its own Subdomain e.g.

App1.mydomain.com
App2.mydomain.com
App3.mydomain.com

I was able to access cookies via different subdomains using a sample test tool.

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