-
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
Add SSO MFA docs #50533
base: master
Are you sure you want to change the base?
Add SSO MFA docs #50533
Conversation
🤖 Vercel preview here: https://docs-mzyc3e21c-goteleport.vercel.app/docs |
Amplify deployment status
|
I still need to give this a proper review, but there are some internal links we need to fix for the preview build to work:
|
### Considerations | ||
|
||
Administrators may want to consider enabling this feature for the following benefits: | ||
|
||
- All authentication (login and MFA) goes through the IDP, reducing administrative overhead | ||
- Make custom MFA flows, such as prompting for 2 distinct devices for a single MFA check | ||
- Integrate with non-webauthn devices supported directly by your IDP | ||
- Enable new SSO users to carry out privileged actions without requiring them to register their device through Teleport first |
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.
I think we could condense this section with the one before by removing the "Considerations" heading" and one of the bullets. Then readers can get into the heart of the section a little more quickly.
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.
Removed the last bullet point and move it up as suggested.
<TabItem label="OIDC"> | ||
|
||
```yaml | ||
(!/examples/resources/oidc-connector-mfa.yaml!) |
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.
The partial doesn't render here—do we need to remove the leading slash?
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 also appears to be the case for existing sections in the preview, but those sections do load in the actual docs site.
<TabItem label="SAML"> | ||
|
||
```yaml | ||
(!/examples/resources/saml-connector-mfa.yaml!) |
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.
Same issue with this partial
Add documentation for the new SSO MFA feature. See the RFD for more details.