Passwordless email login combined with other connections

Hey everyone!

I’ve been trying to implement a passwordless login alongside regular username-password and enterprise connections on the same login page. I’m using the ‘identifier first’ universal login page in my Angular application.

While the enterprise and username-password logins work effortlessly, I’m having trouble integrating the passwordless login with these other methods.

When I assign the ‘email’ connection to the module initialization in Angular, the passwordless login works perfectly with the corresponding email. However, this causes the other login methods to stop working.

I already have multiple users across different connections, and I need to support all three login methods simultaneously.

Has anyone faced a similar issue or have any suggestions on how to implement these three login methods together?

Thanks in advance for your help!

Best regards, Rene

1 Like

Hey! Thanks for the replies.

I was under the impression that Auth0 Universal Login handles the selection of the login method. I specifically chose this approach to make the login process as seamless as possible for the end user. Auth0 should detect the connection type associated with the provided email address and respond appropriately. The website flow even suggests that it can manage both ‘password or passwordless’ logins.