From 9fabf367e4af9b88170f28688ae8563c86a92d77 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:54:50 -0500 Subject: [PATCH] YAML reference: remove duplicate section (#26100) --- docs/Configuration/yaml-files.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/Configuration/yaml-files.md b/docs/Configuration/yaml-files.md index cb397f57f02e..19bf7218ff8c 100644 --- a/docs/Configuration/yaml-files.md +++ b/docs/Configuration/yaml-files.md @@ -714,19 +714,6 @@ Once the IdP settings are configured, you can use the [`controls.macos_setup.ena Can only be configured for all teams (`org_settings`). -#### end_user_authentication - -The `end_user_authentication` section lets you define the identity provider (IdP) settings used for end user authentication during Automated Device Enrollment (ADE). Learn more about end user authentication in Fleet [here](https://fleetdm.com/guides/macos-setup-experience#end-user-authentication-and-eula). - -Once the IdP settings are configured, you can use the [`controls.macos_setup.enable_end_user_authentication`](#macos_setup) key to control the end user experience during ADE. - -- `idp_name` is the human-friendly name for the identity provider that will provide single sign-on authentication (default: `""`). -- `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: `""`). - -Can only be configured for all teams (`org_settings`). - ##### apple_server_url Update this URL if you're self-hosting Fleet and you want your hosts to talk to this URL for MDM features. (If not configured, hosts will use the base URL of the Fleet instance.)