SELF "packed" attestation validation failing #411
Replies: 1 comment
-
False Alarm :/ |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m working on FIDO2 certification for my server and Currently, I’m handling attestation scenarios but encountering a test case failure. The tool expects a success , but my server (using
Yubico WebAuthn libraries
) rejects the attestation response, causing the failure.For some reason, the signature validation is failing in case of SELF ATTESTATION. I have created a minimal code to test this out.
Please check the Github repo to run the test case.
https://github.com/suren-khatana/yubico-fido2-test/blob/main/src/main/java/com/example/FidoOperations.java
Please run the
FidoOperations
class to see the results.Sample Run Logs :
Beta Was this translation helpful? Give feedback.
All reactions