-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat: SSO MFA - SSO MFA challenge creation and verification #47684
Conversation
// TODO(Joerger): Extend SSO MFA support for moderated sessions. | ||
var ssoClientRedirectURL string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be implemented in a follow up PR when I can get to it, but it's not a priority over per-session MFA and other MFA features.
ef1d5f1
to
47c0975
Compare
47c0975
to
ce9dea5
Compare
Is this testable? Or just adds code that will be used in later PRs? |
It's not quite functional, the next PR makes use of the challenges/responses. It's based off this PR so you could just test that. edit: that PR only works with |
ce9dea5
to
60b4fe2
Compare
… Require SSO MFA for device registration when available.
99d7ee1
to
0c3ac99
Compare
Part of the implementation of SSO MFA
Depends on https://github.com/gravitational/teleport.e/pull/5176