LoginLess WebAuthn
#12987
Replies: 1 comment
-
|
I, partly, managed to solve my problem. See Stackoverflow for the details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to achieve a truly login-less WebAuthn Authentication, i.e. no input of password NOR username, like in docu.
I know that this only works with specific security keys (i.e. the ones which can store the username), but in the docu, it says that it should work with Windows Hello.
However, when using the LoginLess flow of the docu, i.e. the flow onsists only of "WebAuthn Passwordless Authenticator", see "LoginLess flow", I only get this error message when logging in: "We are sorry... Invalid username or password".
Note, the login, using Windows Hello as security key, works when adding "Username Form" to the flow. But I don't want to type in my username, because Keycloak should detect it automatically (because it is stored on the security key).
Can anyone help me? Here they state, that a loginless authentication has been successfully tested with Windows Hello.
PS: I also created a stackoverflow question. And it is also quite similar to the problem of @nicolas-nunca in #11488.
Beta Was this translation helpful? Give feedback.
All reactions