I’m using auth0/auth0-react 1.6.0 with the loginWithRedirect method and New Universal Login + Identifier first + Biometrics. I’m passing in a login_hint with the user’s email, and when the user lands on the page, it autofills the email and prompts for a password. The problem is, what if this user has some other method of auth configured, such as device biometrics? They won’t ever get to use it since they’re being presented with the password input instead.
I noticed that using login_hint forces the New UL to go to {tenantId}.us.auth0.com/u/login/password, but I’d really like this to take the user to the /login/identifier route instead so that the user can click continue and get prompted for biometrics instead of a password if they have it set up.
Is there some additional setting or parameter that I should be passing so that I can populate the email using login_hint and NOT be prompted for a password?
Hi @cadin.
There’s no good way to do what you are after as of now, as you said login_hint will take the user to the password authentication page directly when using New Universal Login.
Thanks Nicolas. Does this mean you/team aren’t aware of any way to forward a user directly to a biometric or Face ID screen (assuming they have set up/enabled Face ID on their Auth0 account)?