webauthn icon indicating copy to clipboard operation
webauthn copied to clipboard

Windows + FIDO + Securitykey return fmt as packed in the attestationobject

Open shiny288 opened this issue 3 years ago • 0 comments

Hello,

I am testing Yubikey securitykey with Firefox 90.0.2 version on Windows 10. In the navigator.credentials.create() API, I am providing the attestation value as "none" . But the response from this API returns the fmt attribute of the attestationobject as "fmt": "packet" which was supposed to be "none". Could anyone let me know if am missing any information.

The same use case when tested on MAC + Firefox + Security key return the attestationobject as "fmt": "none" which is expected.

Thanks in advance!

Shiny

shiny288 avatar Aug 06 '21 10:08 shiny288