Skip to content

Commit

Permalink
YAML files: add missing example (#26101)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtalerman authored Feb 11, 2025
1 parent 2d404fd commit 6e5b508
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions docs/Configuration/yaml-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ Can only be configured for all teams (`org_settings`).
org_settings:
sso_settings:
enable_sso: true
idp_name: SimpleSAML
entity_id: https://example.com
idp_name: Okta
entity_id: https://example.okta.com
metadata: $SSO_METADATA
enable_jit_provisioning: true # Available in Fleet Premium
enable_sso_idp_login: true
Expand Down Expand Up @@ -718,23 +718,19 @@ Can only be configured for all teams (`org_settings`):
- `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: `""`).


#### Example


```yaml
```
org_settings:
mdm:
end_user_authentication:
idp_name: SimpleSAML
entity_id: https://example.com
metadata: $SSO_METADATA
controls:
macos_setup:
enable_end_user_authentication: true
entity_id: https://example.okta.com
idp_name: Okta
metadata: $END_USER_SSO_METADATA
metadata_url: ""
```

Can only be configured for all teams (`org_settings`).
##### apple_server_url
Expand Down

0 comments on commit 6e5b508

Please sign in to comment.