Skip to content
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

MPA sample to use username instead of user to store authenticator #653

Merged
merged 1 commit into from
Jul 1, 2021

Conversation

trimoq
Copy link
Contributor

@trimoq trimoq commented Jul 1, 2021

Fixes #634

The MPA sample did use the user object instead of the username to store the authenticator. This caused the lookup, using the username, to find no allowed credentials. By using the username for storing and lookup, as does the SPA, this problem is gone.

@ynojima ynojima merged commit 983ca01 into webauthn4j:master Jul 1, 2021
@ynojima
Copy link
Member

ynojima commented Jul 1, 2021

Thanks!

@ynojima ynojima added this to the 0.7.2.RELEASE milestone Aug 1, 2021
@ynojima ynojima added the bug Something isn't working label Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

MPA sample should use the username instead of user to create a WebAuthnAuthenticator
2 participants