From 503a6b5e76c65214ab01ef14850d3aacfcd76d08 Mon Sep 17 00:00:00 2001 From: Jordan Moore Date: Thu, 15 May 2025 15:09:02 -0500 Subject: [PATCH] Documentation updates to Gitops sso_settings section (#29110) Documentation updates to flip-flop the descriptions for `enable_jit_provisioning` and `enable_sso_idp_login` --- docs/Configuration/yaml-files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`).