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

nkpk fido2 verify results in unknown fingerprint #594

Open
kagehisa opened this issue Dec 7, 2024 · 2 comments · May be fixed by #603
Open

nkpk fido2 verify results in unknown fingerprint #594

kagehisa opened this issue Dec 7, 2024 · 2 comments · May be fixed by #603
Assignees
Labels
application:fido enhancement New feature or request

Comments

@kagehisa
Copy link

kagehisa commented Dec 7, 2024

I got a fresh nitrokey passkey and try to interface it with nitropy version 0.7.0.
nitrokey nkpk test shows that everything is successfull. But when I run nitropy fido2 verify I get unknown fingerprint followed by the fingerprint of my device. Is this an error in nitropy or is this a problem with my passkey?

@robin-nitrokey
Copy link
Member

The nitropy fido2 verify command expects a Nitrokey FIDO2 device, so it shows an error message for your Nitrokey Passkey. nitropy nkpk test performs the fingerprint verification for the Nitrokey Passkey. If that command is successful, there is nothing to worry about.

I know that this is confusing. I’ve created a separate issue for a better separation of the commands that work with all FIDO2 devices and the commands that only work with the Nitrokey FIDO2: #595

@robin-nitrokey
Copy link
Member

I noticed that we added support for the Nitrokey 3 variants to fido2 verify, so we should also add support for the Nitrokey Passkey (or remove all).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application:fido enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants