-
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 - add missing SAML MFA fields #47291
Conversation
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
fc10b9a
to
c4646c1
Compare
🤖 Vercel preview here: https://docs-5q5a95hht-goteleport.vercel.app/docs/ver/preview |
integrations/terraform/tfschema/accesslist/v1/accesslist_terraform.go
Outdated
Show resolved
Hide resolved
e31504b
to
6872b63
Compare
🤖 Vercel preview here: https://docs-isr4plvqi-goteleport.vercel.app/docs/ver/preview |
6872b63
to
427612a
Compare
🤖 Vercel preview here: https://docs-41de9ob8x-goteleport.vercel.app/docs/ver/preview |
427612a
to
451d611
Compare
🤖 Vercel preview here: https://docs-3c9qx6f37-goteleport.vercel.app/docs/ver/preview |
451d611
to
612bc4f
Compare
🤖 Vercel preview here: https://docs-b45ljdcql-goteleport.vercel.app/docs/ver/preview |
@gzdunek @smallinsky friendly ping to review |
612bc4f
to
d1ecfa2
Compare
🤖 Vercel preview here: https://docs-hm9ytn4lr-goteleport.vercel.app/docs/ver/preview |
* Add missing SAML MFA settings. * Validate saml mfa settings and set fields from entity_descriptor. * Reuse entity descriptor from base connector when applicable. * Upate terraform schema and docs and crds.
Follow up to #46703 adding missing fields needed for the SSO MFA flow.