-
Notifications
You must be signed in to change notification settings - Fork 6k
Fix WebAuthn saves Anonymous PublicKeyCredentialUserEntity #16606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Issue spring-projectsgh-16385 Signed-off-by: Borghi <[email protected]>
👍 I have tried this PR. It works with my own JDBC-based |
@Borghii Thanks for the pull request! Please also consider adding a test for when Also consider using |
Signed-off-by: Borghi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to create a trustResolver
instance every time findCredentialRecords
is called.
...a/org/springframework/security/web/webauthn/management/Webauthn4JRelyingPartyOperations.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Tomas Borghi <[email protected]>
Signed-off-by: Tomas Borghi <[email protected]>
Issue gh-16385