-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
google authenticator support? #763
Comments
Google authenticator support is definitely a great feature to have, but it's not on the immediate roadmap. pull requests are accepted if you'd like to contribute. For now a workaround is to use the dex OIDC connector (https://github.com/coreos/dex/tree/master/connector/oidc) and use Google as the provider. |
Do you mean two factor auth? |
Yes, exactly :) |
Might be something that can be implemented out of scope of dex. E.g. user logs into app through dex, then when they try to do something sensitive the app itself triggers a second factor. When to trigger a second factor is hard to express in a general way. |
I use this a bit, also great piece of software: https://github.com/gravitational/teleport , they implemented google auth very nicely there: https://github.com/gravitational/teleport/blob/6b85b01b465ceee168f341eb6ffb4949bdf112e6/vendor/github.com/gokyle/hotp/hotp.go |
Sure, that's not what I'm asking. I'm suggesting that this might be better implemented by apps that use dex, not dex itself. |
Going to close as a dup of #352 |
Hey All, first of all well done for this brilliant piece of software - took less than a day to get it working. Do you ever plan for google authenticator support ?
The text was updated successfully, but these errors were encountered: