> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-bed-7559-api-key-exp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# jamf_Update_SSO_Settings

> Represents the ability to update or enable SSO settings in the tenant to change authentication to inherit the privileges of Jamf accounts and groups.

<img noZoom src="https://mintcdn.com/specterops-bed-7559-api-key-exp/Q9Jppg_Pu54SydxZ/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=Q9Jppg_Pu54SydxZ&q=85&s=dab889e863a05e09b1378befc30bbb10" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Source: [jamf\_Account](/opengraph/extensions/jamf/nodes/jamf_account), [jamf\_DisabledAccount](/opengraph/extensions/jamf/nodes/jamf_disabledaccount), [jamf\_Group](/opengraph/extensions/jamf/nodes/jamf_group), [jamf\_ApiClient](/opengraph/extensions/jamf/nodes/jamf_apiclient), [jamf\_DisabledApiClient](/opengraph/extensions/jamf/nodes/jamf_disabledapiclient)
* Destination: [jamf\_SSOIntegration](/opengraph/extensions/jamf/nodes/jamf_ssointegration), [jamf\_Account](/opengraph/extensions/jamf/nodes/jamf_account), [jamf\_DisabledAccount](/opengraph/extensions/jamf/nodes/jamf_disabledaccount), [jamf\_Group](/opengraph/extensions/jamf/nodes/jamf_group)
* Traversable: ✅

## General Information

The traversable jamf\_Update\_SSO\_Settings edge represents the ability of a principal to enable and update SSO settings within the Jamf Pro tenant. SSO sources can map attributes to authenticate as any target principal, making the SSO integration a high-value Tier 0 target.

```mermaid theme={null}
graph LR
    A("jamf_Account
John New")
    B("jamf_SSOIntegration
SSO_SAML")
    C("jamf_Group
IT-Admins")
    D("jamf_DisabledAccount
John Old")
    E("jamf_ApiClient
Administration Client")
    F("jamf_Group      
Jamf Admins")
    G("jamf_Account    
Helpdesk User")
    A -- jamf_Update_SSO_Settings --> B
    C -- jamf_Update_SSO_Settings --> B
    D -- jamf_Update_SSO_Settings --> B
    E -- jamf_Update_SSO_Settings --> B
    A -- jamf_Update_SSO_Settings --> F
    A -- jamf_Update_SSO_Settings --> G
    E -- jamf_Update_SSO_Settings --> F
    E -- jamf_Update_SSO_Settings --> G
```
