Help with legacy authenticator verification "BackupEligible flag inconsistency detected during login validation" #405
Unanswered
sarvesh-ranjan
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello everyone :-)
I am trying to figure out a way to support "legacy authenticator credential" which didn't have the conditional Flags saved during creation as these were not part of this library's v0.10.2. I'm specifically concerned about
BackupEligible
flag.Now, when I try to validate logins using those passkeys I get error
verify:BackupEligible flag inconsistency detected during login validation:...
as expected.How are you trying to support those passkeys?
I have considered trying both true and false values for BE and update the stored credential retrospectively.
Reference to the code
github.com/go-webauthn/webauthn@v0.12.2/webauthn/login.go:373
Beta Was this translation helpful? Give feedback.
All reactions