webauthn-open-source / fido2-server-demo

A set of FIDO2 / WebAuthn demo servers
354 stars 52 forks source link

Error: registration failed: packed attestation #19

Open IlyasDjeddou opened 5 years ago

IlyasDjeddou commented 5 years ago

When trying to authorize via fingerprint, the below issue occurs

Failed ! Error: registration failed: packed attestation: self attestation not implemented, please open a GitHub issue.

screen shot 2019-03-05 at 12 17 46 pm
PetruMagdeleine commented 5 years ago

Same on using Macbook Pro Touch ID

bangbangda commented 5 years ago

Me too

aseigler commented 5 years ago

For anyone else looking at this, the library that needs attention is this one: https://github.com/apowers313/fido2-lib

bijeshp commented 5 years ago

For anyone else looking at this, the library that needs attention is this one: https://github.com/apowers313/fido2-lib

What exactly you meant by this? is there a working example we can refer to?

aseigler commented 5 years ago

I was just pointing out the specific library that has incomplete attestation type support. Other examples which may have more complete support can be found here: https://github.com/herrjemand/awesome-webauthn/blob/master/README.md#demos