Hello,
I am developing a FIDO2 authenticator. It has no attestation at the moment. It works fine with various services including Facebook, Github etc. However I am facing problems when trying to use it with Google account.
1) On Google, it seems that registering phase uses older U2F protocol (APDU), while authentication phase uses FIDO2 (CBOR). I don't know why, it's weird.
2) Registering works fine for me, but authentication fails. It seems that the problem is between browser (Firefox) and server (Google), because the first step passes:
And after clicking Next:
If you had any suggestion how to debug this, it would help me a lot.
Thank you!
Jiri