You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With version of fido2 1.0.0, the expected return value of ca_lookup has changed and the behavior on empty result as well.
As thus, when the AttestationVerifier is used, it causes to always fail. There is currently no option to disable certificate root checks and just simply verify the signature.
We should probably (at least for now) set the verifier to None on the base view.
The text was updated successfully, but these errors were encountered:
With version of fido2
1.0.0
, the expected return value ofca_lookup
has changed and the behavior on empty result as well.As thus, when the
AttestationVerifier
is used, it causes to always fail. There is currently no option to disable certificate root checks and just simply verify the signature.We should probably (at least for now) set the verifier to
None
on the base view.The text was updated successfully, but these errors were encountered: