Set the Equivalent of the "Application Login URI" for an SSO Integration in Auth0
Last Updated:
Overview
This article details how to set the equivalent of the "Application Login URI" for a Single Sign-On (SSO) integration. This might be needed when configuring the Default Login Routes.
Applies To
- Single Sign-On (SSO) Applications
- Auth0
Cause
Solution
To set an Application Login URI, navigate to the SSO Integration in the Auth0 Dashboard and manually modify the URL from externalapps to applications.
Make sure to:
- Modify from:
https://manage.auth0.com/dashboard/{region}/{tenant_name}/externalapps/{client_id}/settings. - To:
https://manage.auth0.com/dashboard/{region}/{tenant_name}/applications/{client_id}/settings.
This will open the SSO Application configuration menu, where it will be possible to configure a Default Login URI.