I would like to implement passkey support in my Keycloak instance. Keycloak seems to support passkeys essentially as an alternative to OTP, but not as a one-click sign-in method. How would I implement passkey support such that one click from the login screen gives the user a passkey prompt? Can I do this without customizing the theme files?
To get an idea of what I’m looking for, see the GitHub Login page which provides a username and password entry box, or separate “Sign in with passkey” link.