-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello Community, I am also getting the same issue while parsing the attestation object. Any help would be appreciated! Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi, The For further help, please provide a copy of the authenticator data you're passing to |
Beta Was this translation helpful? Give feedback.
Thank you.
To double check: are you passing the correct byte array length to
fido_cred_set_authdata_raw()
(and not e.g.sizeof()
of a pointer)?For further help, I'll need more of the debug log from the
fido_cred_set_authdata_raw()
call. I'm particularly interested in the hex dump it should produce just before thefido_buf_read
message, but the complete log of the function call is preferred.