Missing Login Experience Tab in Auth0 Application Settings
This article explains why the Login Experience tab may not appear in the Auth0 dashboard application settings. This tab allows to select user types, such as individuals, business users, or both.
By default, newly created applications showd already have the needed Grand Types checked.
- Auth0 Dashboard
- Application Settings
- Login Experience
The Application might be missing the needed Grant Types.
To display the Login Experience tab, ensure that the application has at least one of the required grant types enabled:
-
Open the Auth0 dashboard.
-
Choose Applications > Applications.
-
Select the specific application to modify.
-
Go to the Settings tab.
-
Scroll to the Advanced Settings section.
-
Ensure at least one of these grant types is selected in the Grant Types field:
-
Implicit
-
Client Credentials
-
Authorization Code
-
-
Click Save Changes.