Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow makeCredential without PIN #34

Open
robin-nitrokey opened this issue Jul 26, 2023 · 1 comment
Open

Allow makeCredential without PIN #34

robin-nitrokey opened this issue Jul 26, 2023 · 1 comment

Comments

@robin-nitrokey
Copy link
Member

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:

@robin-nitrokey
Copy link
Member Author

Spec:

Test procedure:

  1. Install pynitrokey with this change: fido2 make-credential: Clenaup and add rk and uv options pynitrokey#464
  2. 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).
  3. Set a FIDO2 PIN, e. g. with nitropy fido2 set-pin or using chrome://settings/securityKeys.
  4. 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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant