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

Web Authentication API support #109

Open
CetinSert opened this issue Jun 17, 2019 · 1 comment
Open

Web Authentication API support #109

CetinSert opened this issue Jun 17, 2019 · 1 comment

Comments

@CetinSert
Copy link

CetinSert commented Jun 17, 2019

https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API

  1. Is this new authentication API easy to integrate into authn-server?
  2. Is there any work happening on this front?

@cainlevy

@cainlevy
Copy link
Member

I'd love to support this in AuthN! I believe https://github.com/duo-labs/webauthn would be a good starting point to plan an integration.

One thing I'm presently unclear on is whether the user record must be created at the beginning of the challenge process. That could require light refactoring to support, because it would introduce a new "unregistered" user state that other features must consider.

I'm also uncertain how large the final credential package will be. It may require a new database field for storage.

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

No branches or pull requests

2 participants