How to trigger passkey login directly from the client side?

We have a requirement in which we need to trigger direct passkey authentication of Auth0 from our web component. Is there any possibility we can do this?

Right now we are using this: await auth0Client.getTokenWithPopup(options)

This triggers login flow not passkey flow.

Hey there @v-chetan welcome to the community!

As far as I can tell there isn’t a way to trigger login with passkeys directly - You can only pass the connection param of the connection for which passkeys are enabled.

I’m not sure of the technical details required to enable this or if it is even possible, but could be a great candidate for a Feedback request.

how can we pass the connection param of the connection for which passkeys are enabled? Could we also pass passkey ?

how can we pass the connection param of the connection for which passkeys are enabled? Could we also pass passkey ?

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