state
parametersredirect_uri
request parameter is used as a callback URL. This is where your application receives and processes the response from Auth0, and is often the URL to which users are redirected once the authentication is complete. To learn more about how the redirect_uri
works, see OAuth 2.0 Authorization Framework.
CNAME
). There are two tenant settings that determine the length of the Auth0 Session:
idle_session_lifetime
is how long the session will remain alive without interaction.session_lifetime
is the maximum duration that the session is allowed to remain alive.