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

fix MFA login with security key #1968

Merged
merged 2 commits into from
Nov 7, 2024
Merged

fix MFA login with security key #1968

merged 2 commits into from
Nov 7, 2024

Commits on Nov 7, 2024

  1. fix: fix security key login

    The MFA login with security key due to wrongly used validation method of the webauthn library. The security key validation must not use the validation method for discoverable credentials, because the MFA credential is not created as a discoverable credential. Because of the usage of the wrong method a MFA login with a security key never succeeds.
    FreddyDevelop committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f07bd96 View commit details
    Browse the repository at this point in the history
  2. fix: fix passkey login

    FreddyDevelop committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2531a13 View commit details
    Browse the repository at this point in the history