- 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.