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

Fix u2f on fido2 #173

Merged
merged 6 commits into from
Apr 18, 2019
Merged

Fix u2f on fido2 #173

merged 6 commits into from
Apr 18, 2019

Conversation

conorpp
Copy link
Member

@conorpp conorpp commented Apr 14, 2019

If a user registers using U2F, and then later authenticates on a browser that only uses FIDO2, it won't work since Solo's CTAP2 and CTAP1 have different key handles/ids, and Solo CTAP2 doesn't attempt to use a CTAP1 key handle.

This update adds support for CTAP1 key handles in CTAP2, so the above scenario will work. Tests included. Tested it works by registering with U2F on Chrome, updating key, and then authenticating with FIDO2.

@conorpp conorpp requested review from 0x0ece and nickray April 14, 2019 02:48
@conorpp conorpp merged commit 6068fb9 into master Apr 18, 2019
@conorpp conorpp deleted the fix_u2f_on_fido2 branch April 23, 2019 23:59
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

Successfully merging this pull request may close these issues.

1 participant