diff --git a/docs/pages/access-controls/guides/per-session-mfa.mdx b/docs/pages/access-controls/guides/per-session-mfa.mdx index e8be4d5063547..13c8ebb7d4175 100644 --- a/docs/pages/access-controls/guides/per-session-mfa.mdx +++ b/docs/pages/access-controls/guides/per-session-mfa.mdx @@ -35,6 +35,20 @@ Teleport certificates. https://developers.yubico.com/WebAuthn/WebAuthn_Browser_Support/) (if using SSH from the Teleport Web UI) + +Teleport FIPS builds disable local users. To configure WebAuthn in order to use +per-session MFA with FIPS builds, provide the following in your `teleport.yaml`: + +```yaml +teleport: + auth_service: + local_auth: false + second_factor: optional + webauthn: + rp_id: teleport.example.com +``` + + ## Configuration Per-session MFA can be enforced cluster-wide or only for some specific roles.