Native to Web SSO is currently available in Early Access. To learn more about Auth0’s product release cycle, review Product Release Stages.
Auth0’s Native to Web (SSO) feature provides a seamless user experience transitioning authenticated users from your native application to your web application.If your web application relies on embedded WebViews or external browsers to deliver extended or advanced functionality, your users can move between native and web environments in the same authenticated session.By binding Session Transfer Tokens to the specific device through IP address or ASN, session continuity and security is maintained and ensures the authentication context remains secure throughout the transition.
Auth0 authenticates the user and returns an access token, refresh token, and ID token.
Your native application calls Auth0’s /token endpoint to exchange a refresh token for a Session Transfer Token. The Session Transfer Token is bound to a specific IP address or ASN.
Auth0 returns the Session Transfer Token for authentication with a web application.
Auth0 authorizes the Session Transfer Token as part of the cookie or as a URL parameter, and then returns an authorization code.
The web application exchanges the authorization code for access or refresh tokens at the /token endpoint.
The web application initializes a session for the user.