We are using Auth0 New Universal Login with Organizations and multiple Enterprise Connections (SAML/OIDC). On the login page, Auth0 displays several “Continue with …” connection buttons.
We would like to know if there is a supported way to control the display order of these connection buttons.
We reviewed the Universal Login customization and page template documentation, but could not find any documented mechanism for controlling the order of Enterprise Connection buttons.
Could you please confirm:
-
Whether button ordering is configurable in New Universal Login.
-
If not configurable, what determines the order in which the buttons are displayed.
Hi @sherzod.sadiev
Welcome to the Auth0 Community!
Currently, the display order of Enterprise and Social connection buttons is not configurable out-of-the-box in the New Universal Login experience. By default, the widget renders these buttons strictly based on the creation date of the connections within your tenant.
To answer your questions:
- No. There is no official feature, API flag, or template variable to manually sort the connection buttons in the New Universal Login widget.
- The buttons are displayed in chronological order of creation . The oldest connection created in the tenant will appear at the top of the list, and the most recently created connection will append to the bottom.
If controlling the order is a strict business requirement for your launch, the only currently viable workaround is to intentionally manipulate the creation dates. Otherwise, you would need to use a more advanced and customizable approach such as ACUL to be in control of these buttons.
Additionally, you have the option to create your own login page in order to display these options in the desired order and redirect the user to the proper /authorize endpoint.
Kind Regards,
Nik