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

FIDO2 Support #122

Open
Gameheld opened this issue Jul 25, 2024 · 2 comments
Open

FIDO2 Support #122

Gameheld opened this issue Jul 25, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Gameheld
Copy link
Contributor

Currently, only TOTP is supported. Since I only have FIDO2 authentication for my Moodle, it would be great if it would be supported as well.

@septatrix
Copy link
Collaborator

That's not really feasible, TOTP is a simple form field which we can parse/fill but FIDO2 must be handled by the browser using JavaScript AFAIK. The alternative here would be to use the Moodle API which can work with a token, however, that would limit support for non-Moodle stuff with RWTH SSO. I think that would be Sciebo, maybe also the video service (OpenCast?) but I am not sure about that

@D-VR
Copy link
Collaborator

D-VR commented Aug 25, 2024

That's not really feasible, TOTP is a simple form field which we can parse/fill but FIDO2 must be handled by the browser using JavaScript AFAIK. The alternative here would be to use the Moodle API which can work with a token, however, that would limit support for non-Moodle stuff with RWTH SSO. I think that would be Sciebo, maybe also the video service (OpenCast?) but I am not sure about that

+1 Adding TOTP support is easy, having actual FIDO2 support would require more effort.
Probably the "easiest" way would be to launch an actual browser window you have to log into with FIDO. This could also be the default fallback if no 2FA method is configured.

@D-VR D-VR added the enhancement New feature or request label Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants