Have more than one user logged in

We have a scenario where we have our customers may have multiple accounts across our various apps.

Is it possible with Auth0 to implement a user selector like Microsoft do to allow the user to pick the account they want to login to the app with.

Hey there, welcome to Auth0!

If I’m not mistaken, you look for a solution where user have a few accounts in Microsoft which are associated with different email addresses, and once logging in to a specific app, the user can always choose which account to use to authorize the app with.

If so, it’s not exactly how Auth0 approaches it.

With Auth0, if the app is set to allow users to choose between different connections for authentication and/or authorization, like for example google.accounts (social connection) and, let’s say, username-password one, then using both of them results with two different user accounts being created in Auth0 for the same user.

What you can do with that is to implement accounts linking functionality. This results in merging two associated accounts of the same user in Auth0 into one.

You could find more about how it works and how to implement it here:

Please let me know if you would like to discuss it further!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.