-
In your samples program, I can't find how login authentication is performed. I haven't found any login interface. It seems to be done by simply sending a login request. How does webauthn authenticate? Is it through filterChain method http.apply(WebAuthnLoginConfigurer.webAuthnLogin()) Does it automatically intercept webauthn authentication? I don't know how to write the login URL to pass webauthn authentication. I logged in through Windows Hello |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Beta Was this translation helpful? Give feedback.
-
The WebAuthnProcessingFilter is registered by http.apply(WebAuthnLoginConfigurer.webAuthnLogin()), and it intercepts authentication requests. |
Beta Was this translation helpful? Give feedback.
Please create a discussion per topic. If you wish to discuss a different topic, please create a separate discussion.
The management of WebAuthn credentials stored on a device is the responsibility of that device. In this case, it is Windows.
Unfortunately, Windows does not provide a user interface for managing WebAuthn credentials, and there appears to be no method to delete them individually.
It seems that initializing Windows Hello by removing and resetting your Windows Hello PIN allows you to delete WebAuthn credentials.
But be careful—this will erase all your WebAuthn credentials.