In the context of the OIDC-conformant authentication pipeline, single sign-on () must happen at the (i.e., Auth0) rather than the application, which means that you must employ and redirect users to the login page. To learn more, read Universal Login and Single Sign-On. At a general level, when performing SSO: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.
- If the user is not logged in locally, you should redirect them to your Auth0 login page (
/authorize) for authentication using a redirect-based flow, such as the Authorization Code Flow or Implicit Flow, depending on the type of application. - If the user was already logged in through SSO, Auth0 will immediately authenticate them without needing to re-enter credentials.
/ssodata endpoint, which is deprecated in the OIDC-conformant pipeline. To learn more about how to configure silent authentication, read Configure Silent Authentication.