Troubleshooting Missing "Display Connection as a Button" Feature in Enterprise Connection Settings
Last Updated:
Overview
Applies To
- Enterprise connections
- Display Connection as a Button
- Feature
Cause
The absence of the “Display Connection as a Button” option can occur due to several reasons:
-
Custom Login Pages: When using a custom login page, the default “Display Connection as a Button” option is not supported. This is because custom login pages often override the standard behavior.
- Classic Universal Login: Similar to custom login pages, Classic Universal Login (UL) Enterprise Connection Buttons are only supported with the New Universal Login. Classic UL provides more flexibility but can impact certain features.
Solution
To address this issue, Auth0 developers can follow these steps:
-
Custom Button Integration:
- Create a custom button on the custom login page.
- Configure the button to redirect users to the enterprise connection login page.
- Ensure that the button’s behavior aligns with the application’s requirements.
-
Universal Login Page Customization:
- If using Classic Universal Login, customize the login page to include a clear link or button for enterprise connections.
- Modify the login flow to handle the redirection to the enterprise connection when the user clicks on the custom button.