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

Add support for WebAuthn #928

Closed
kbabioch opened this issue Sep 13, 2018 · 7 comments
Closed

Add support for WebAuthn #928

kbabioch opened this issue Sep 13, 2018 · 7 comments

Comments

@kbabioch
Copy link

Since this new API/standard allows for hardware based crypto to be used in the browser, backend support within simpleSAMLphp would be valuable feature to enhance the overall security of a typical deployment. This will probably require some special setup (in order to store the public keys), with simpleSAMLphp being the interface for that.

@tvdijen
Copy link
Member

tvdijen commented Sep 13, 2018

Contributions are welcome

@thijskh
Copy link
Member

thijskh commented Oct 6, 2018

This could just be a module, right? See https://simplesamlphp.org/docs/stable/simplesamlphp-modules how to create one.

@kbabioch
Copy link
Author

kbabioch commented Oct 6, 2018

Yes, this can be implemented as module (I guess), but it needs some storage backend (SQL, LDAP, etc.) to store the public keys for each users.

@tvdijen
Copy link
Member

tvdijen commented Apr 1, 2019

@tvdijen
Copy link
Member

tvdijen commented Apr 25, 2019

@kbabioch Perhaps you can give the module mentioned a try and let us know if it suits your needs?

@tvdijen
Copy link
Member

tvdijen commented May 16, 2019

OK, so I've been playing around with the mentioned module and while still a bit rough around the edges, I think it does exactly what you're looking for. Therefore closing this issue

@tvdijen tvdijen closed this as completed May 16, 2019
@jaimeperez
Copy link
Member

Hi @kbabioch,

JFYI, we've got a contribution for a new webauthn/Fido2 module, which we've been working on lately. It's still work in progress as well, but much more complete than the one Tim was referrering to previously.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants