Direct link to passkey-login

I’m using https://TENANT/authorize?prompt=login&connection=email-password&response_type=code&scope=openid%20profile%20email&… and https://TENANT/authorize?prompt=login&connection=github&response_type=code&scope=openid%20profile%20email&… to send my users to the various login methods.

Is it possible to make a direct link for logging in via a passkey, so users don’t have to click “continue with a passkey”?

/Henning

Hi @kulturnat,

Thanks for reaching out to the Auth0 Community!

AFAIK, there does not seem to be a way to generate a link to login directly via a passkey. For now, you can only specify the connection using passkeys with the connection query parameter.

Let me know if you have any further questions.

Thanks,
Rueben

1 Like

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