I need a solution for the following scenario. I have a web app with new features, the mobile app needs access to those features via an in-app browser. The user is asked to login again when accessing the link. My mobile app uses native biometrics achieved using refresh tokens, while my web app uses cookie-based authentication. How would I implement SSO between these two?
Hello @spoudel !
Have you by chance seen the following topic?
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
Hi there!
I just want to give a heads-up as our engineering team released the Native to Web SSO as an early access earlier this month. You can check the documentation around that here → https://auth0.com/docs/authenticate/single-sign-on/native-to-web
Thanks!
Dawid