diff --git a/docs/Configuration/yaml-files.md b/docs/Configuration/yaml-files.md index c016a3fdc4..75ca89355b 100644 --- a/docs/Configuration/yaml-files.md +++ b/docs/Configuration/yaml-files.md @@ -634,8 +634,8 @@ The `sso_settings` section lets you define single sign-on (SSO) settings. Learn - `entity_id` is the entity ID: a Uniform Resource Identifier (URI) that you use to identify Fleet when configuring the identity provider. It must exactly match the Entity ID field used in identity provider configuration (default: `""`). - `metadata` is the metadata (in XML format) provided by the identity provider. (default: `""`) - `metadata_url` is the URL that references the identity provider metadata. Only one of `metadata` or `metadata_url` is required (default: `""`). -- `enable_jit_provisioning` specified whether or not to allow single sign-on login initiated by identity provider (default: `false`). -- `enable_sso_idp_login` specifies whether or not to enables [just-in-time user provisioning](https://fleetdm.com/docs/deploy/single-sign-on-sso#just-in-time-jit-user-provisioning) (default: `false`). +- `enable_jit_provisioning` specifies whether or not to enable [just-in-time user provisioning](https://fleetdm.com/docs/deploy/single-sign-on-sso#just-in-time-jit-user-provisioning) (default: `false`). +- `enable_sso_idp_login` specifies whether or not to allow single sign-on login initiated by identity provider (default: `false`). Can only be configured for all teams (`org_settings`).