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

MakeCredential should allow u2f mode #34

Open
kazzmir opened this issue Mar 31, 2022 · 0 comments
Open

MakeCredential should allow u2f mode #34

kazzmir opened this issue Mar 31, 2022 · 0 comments

Comments

@kazzmir
Copy link

kazzmir commented Mar 31, 2022

A yubikey can be forced in u2f mode by invoking

fido_dev_force_u2f(token);

MakeCredential should invoke this before calling fido_dev_make_cred, perhaps if MakeCredentialOpts had a ForceU2F=true field or some such. In u2f mode, a pin is not required.

fido_dev_force_u2f:
https://github.com/Yubico/libfido2/blob/b99038c391792546185235032776987147959e27/src/fido.h#L49

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