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
This could be a hardware bug in the GoTrust key, but attempting to run the example yields this:
Touch your authenticator device now...
New credential created, with the HmacSecret extension.
Authenticate with salt: <big hex key>
Touch your authenticator device now...
Traceback (most recent call last):
File "/Users/glyph/Projects/python-fido2/fido2/client.py", line 836, in get_assertionreturnself._backend.do_get_assertion(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/glyph/Projects/python-fido2/fido2/client.py", line 683, in do_get_assertion
assertions =self.ctap2.get_assertions(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/glyph/Projects/python-fido2/fido2/ctap2/base.py", line 439, in get_assertions
first =self.get_assertion(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/glyph/Projects/python-fido2/fido2/ctap2/base.py", line 411, in get_assertionself.send_cbor(
File "/Users/glyph/Projects/python-fido2/fido2/ctap2/base.py", line 241, in send_cborraise CtapError(status)
fido2.ctap.CtapError: CTAP error: 0x14 - MISSING_PARAMETER
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/glyph/Projects/python-fido2/examples/hmac_secret.py", line 108, in <module>
result = client.get_assertion(
^^^^^^^^^^^^^^^^^^^^^
File "/Users/glyph/Projects/python-fido2/fido2/client.py", line 845, in get_assertionraise _ctap2client_err(e)
fido2.client.ClientError: (<ERR.BAD_REQUEST: 2>, CtapError('CTAP error: 0x14 - MISSING_PARAMETER'))
Perhaps someone with more experience with the CTAP2 or webauthn specs can decipher this faster than I am able to.
The text was updated successfully, but these errors were encountered:
While I don't have the that particular key to test with, I believe this issue may have been fixed by changes in version 1.2. If you're able to re-test this, please let me know!
While I don't have the that particular key to test with, I believe this issue may have been fixed by changes in version 1.2. If you're able to re-test this, please let me know!
I think that key is lying around somewhere, I'll try and get to it soon :)
This is on
main
as of 54cee22.This could be a hardware bug in the GoTrust key, but attempting to run the example yields this:
Perhaps someone with more experience with the CTAP2 or webauthn specs can decipher this faster than I am able to.
The text was updated successfully, but these errors were encountered: