CZ-NIC / django-fido

Django application for FIDO protocol U2F
GNU General Public License v3.0
28 stars 11 forks source link

AttestationVerifier is not working #181

Open tpazderka opened 1 year ago

tpazderka commented 1 year ago

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.