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