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.Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
How it works

- A user logs in to your native application.
- Auth0 authenticates the user and returns an access token, refresh token, and ID token.
- Your native application calls Auth0’s
/tokenendpoint 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
/tokenendpoint. - The web application initializes a session for the user.
Limitations
- Once Native to Web SSO is enabled in an application, the
session_transfer_tokenparameter only works for Native to Web SSO. - originated from a previous Session Transfer Token transaction do not generate new Session Transfer Tokens.