You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since FIDO2.1, it should be possible to create non-discoverable credentials over CTAP2 without PIN if a PIN is set. We should also set the makeCredUvNotRqd option. More information:
Run nitropy fido2 make-credential --resident-key discouraged --user-verification discouraged. Observe that the credential is created without user verification (i. e. entering a PIN).
Set a FIDO2 PIN, e. g. with nitropy fido2 set-pin or using chrome://settings/securityKeys.
Repeat the command from step 2. We would expect that we still don’t have to enter a PIN, but currently, we are prompted for the PIN. (Creating a resident key should still require a PIN though.)
Since FIDO2.1, it should be possible to create non-discoverable credentials over CTAP2 without PIN if a PIN is set. We should also set the
makeCredUvNotRqd
option. More information:The text was updated successfully, but these errors were encountered: