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

MFA #18

Open
blcetux opened this issue Apr 19, 2022 · 1 comment
Open

MFA #18

blcetux opened this issue Apr 19, 2022 · 1 comment

Comments

@blcetux
Copy link

blcetux commented Apr 19, 2022

HI,

Any chance to get MFA/OTP support?

Regards,
Bruno Costa

@aakso
Copy link
Owner

aakso commented Apr 28, 2022

Hmm, we do have basic building blocks for so called authorisers that could be used to make a one that would assert that more than one authentication mechanisms have been used.

You can already define multiple and also log on to them when requesting a certificate. Currently the supported authentication mechanisms are authfile, authldap and authoidc.

I'm happy to accept PRs for adding more auth mechanisms. The complexity is that there needs to be a place to store the OTP seeds (for TOTP/HOTP). One possibility would be to introduce an authexternal mechanism that just calls some script/program to do the actual validation and to provide metadata.

Meanwhile in your use-case you could look into authoidc (OpenID Connect) to fully outsource the authentication part. I've tested that feature against Google and Microsoft's OIDC provider in Active Directory. Of course it's up to the OIDC provider to require MFA.

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