Passkeys were recently added to the default Username-Password-Authentication database connection, and I’ve enabled it for testing.
When our integration is ready for production, we’d like to enable passkey auth since it offers improved security over username/password + a second authentication factor (2FA/MFA).
We’re using Universal Login, and I’m passing login_hint
to the /authorize
endpoint to pass the user’s email address, so he/she doesn’t have to enter his/her email address again.
This all works in our Development tenant:
The problem here is that a user must click the Edit button in the email address field (‘Bewerken’ in the screenshot), before he/she can choose a passkey:
Is there any way to land on this last screen immediately?