Hosted login
In a hosted login flow, the application redirects the user to the to perform authentication, and then the authorization server returns the user to the application.Universal Login flow
In the typical user authentication experience with :- Your application triggers an authentication request by invoking an Auth0 SDK’s login method or by calling the Auth0 Authentication API Login endpoint directly.
- Your application redirects the user to the Auth0 authorization server (your Auth0 tenant).
-
Auth0 checks for a session cookie on the Auth0 Session Layer.
- If a session cookie is not found, Auth0 redirects the user to Universal Login to authenticate and creates an associated session cookie.
- If a session cookie is found, Auth0 uses it to authenticate the user.
- Auth0 returns the user to your application with an ID token and an access token.