Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

credProtect extension failing due to UV only authenticator

165 views
Skip to first unread message

Luis Eguizabal

unread,
Jan 14, 2025, 2:07:35 PMJan 14
to FIDO Dev (fido-dev)
Hey guys,

We're developing an authenticator that only supports biometrics for UV and not clientPin

from this our metadata for userVerificationDetails looks as below:
    "userVerificationDetails": [
        [
          {"userVerificationMethod": "presence_internal"}
        ],

        [
          {"userVerificationMethod": "fingerprint_internal"}
        ]
    ],

We have also remove any support for pinUvAuthProtocols since we are not enabling clientPin

the problem though is that when running the conformance test tool->CredProtect test we get the following error: "Error: UV only authenticators are not yet supported"

Does this mean our implementation is not correct and we must enable clientPin as well? 

This is for CTAP2.0 Conformance Tool v1.7.21.6

Thanks in advance

John Bradley

unread,
Jan 14, 2025, 3:36:32 PMJan 14
to Luis Eguizabal, FIDO Dev (fido-dev)
You need to implement CTAP2.1 if you want a conformant bio authenticator that only supports built in UV.

I don’t think fido is doing new certifications of CTAP2.0 anymore.

--
You received this message because you are subscribed to the Google Groups "FIDO Dev (fido-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fido-dev+u...@fidoalliance.org.
To view this discussion visit https://groups.google.com/a/fidoalliance.org/d/msgid/fido-dev/57c0b866-6e07-46f8-bc6e-c8623461d693n%40fidoalliance.org.

Carsten Lange

unread,
Jan 15, 2025, 11:38:49 AMJan 15
to Luis Eguizabal, FIDO Dev (fido-dev)
RIGHT

Carsten

Reply all
Reply to author
Forward
0 new messages