Assertion failure for WebAuth data with libfido2 #647
-
Hi, As, This application also have integration over Web so on web I have used WebAuthn for the FIDO2 for Enrolling and Authenticating the user. So, the enrollment and authentication at web part also working fine. But, When I try to authenticate the user on the windows application which uses libfido2 library by using the publicKey and CredentailId generated from WebAuthn it show me the error of FIDO2 operation failed (InvalidSignature) . |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 43 replies
-
Hi,
Am I correct in understanding that you successfully retrieve an assertion from the authenticator but fail to verify its signature? Is the public key properly encoded to a format that libfido2 understands? |
Beta Was this translation helpful? Give feedback.
-
Hi, Now, As per your suggestion there is no bindings for the So, After updating the assertion method with libfido2 library on my Web Application I get the below response from And its equivalent byte array format is : So, When I pass the auth data which is authenticatorData to the |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
-
Hi, Here is my code for setting the authdata raw using the |
Beta Was this translation helpful? Give feedback.
Hi,
Am I correct in understanding that you successfully retrieve an assertion from the authenticator but fail to verify its signature? Is the public key properly encoded to a format that libfido2 understands?