I can use passkey for DocuSign login with PIN or face recognition.
But when I try to save my ID Wallet with passkey it gives only one option: USB security key. (No pin, no face recognition)
My console shows this warning:
“publicKey.pubKeyCredParams is missing at least one of the default algorithm identifiers: ES256 and RS256. This can result in registration failures on incompatible authenticators. See https://chromium.googlesource.com/chromium/src/+/main/content/browser/webauth/pub_key_cred_params.md for details”
And that seems to be the reason.
publicKey.pubKeyCredParams for DocuSign login defines -7 (ES256) and -257 (RS256), whereas publicKey.pubKeyCredParams for the ID Wallet passkey defines only -7 (ES256).
That leads to Windows giving only the Security Key option for the ID Wallet passkey.
Is this intentional? I hope it is not. If it is, it should be mentioned in the documentation.