We are currently evaluating Keycloak Passwordless login feature which is called Webauthn and follows FIDO2 specification. I am able to customize authentication flow (through admin console of keycloak) and login with fido2 device (platform authenticator of my Mac), it works fine.
However I cannot find an option to register user through Webauthn flow. Below are the questions:
- Is it something currently supported in keycloak ?
- Can Webauthn flow be managed programmatically? Using keycloak spring boot starter and etc.
Thanks