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

Support ES-256 COSEAlgorithmIdentifier #139

Closed
inbalzelinger opened this issue Oct 11, 2022 · 2 comments
Closed

Support ES-256 COSEAlgorithmIdentifier #139

inbalzelinger opened this issue Oct 11, 2022 · 2 comments

Comments

@inbalzelinger
Copy link

Hey, we would appreciate if you will add ES-256 see https://webauthn.io/ advanced options,
New Yubikeys are require this Algorithm on registration. It then allows the user to register the Yubikey with a pin code.

once we don't have it on registration and the Yubikey isn't already registered in this browser with a pin code the registration will success but we wont be able to do authentication

@MasterKale
Copy link
Collaborator

Please report issues with https://webauthn.io at its repo here: https://github.com/duo-labs/webauthn.io

@MasterKale
Copy link
Collaborator

Just in case I misunderstood, this library already defines ES256 (-7) on COSEAlgorithmIdentifier as its full name, ECDSA_SHA_256:

https://github.com/duo-labs/py_webauthn/blob/master/webauthn/helpers/cose.py#L23

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

2 participants