Ready to post?
First try searching for your answer.Hi all,
Following up on this thread:
I tried the “re-create the connections” approach described above, and I was able to confirm that it works as expected for reordering connections within the same category.
While testing further, a question came up about the internal behavior that I’d like to confirm.
The social buttons actually belong to different connection types under the hood:
-
Google → Social connection
-
LINE → Social connection
-
Facebook → Social connection
-
Microsoft Account → Enterprise connection (Azure AD / waad)
Both the LINE and Facebook connections were created after the Microsoft Account (waad) connection. If button order were based purely on creation date regardless of connection type, I’d expect Microsoft Account to appear above LINE and Facebook. However, on the actual login screen, LINE and Facebook are displayed above Microsoft Account.
This leads me to think that connections aren’t being sorted on a single global creation-date timeline. Rather, it looks like Social connections are grouped together and rendered before Enterprise connections, with creation date only determining the order within each group.
I’d like to confirm whether this understanding is correct — i.e., that connections are grouped by category (Social before Enterprise), and creation date only determines the order within each group.
If anyone from the Auth0 team or anyone who has verified this themselves could weigh in, that would be very helpful.
Thanks!