> ## Documentation Index
> Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# jamf_SSO_Login

> Represents the ability of an SSO identity provider to authenticate as and inherit the privileges of Jamf accounts and groups.

<img noZoom src="https://mintcdn.com/specterops/tTIczgde9H07oLXf/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=tTIczgde9H07oLXf&q=85&s=ad49a576589f4d2a8081df77d07fdf56" 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\_SSOIntegration](/opengraph/extensions/jamf/nodes/jamf_ssointegration)
* Destination: [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\_SSO\_Login edge represents the ability of an SSO identity provider to authenticate as and inherit the privileges of Jamf accounts and groups. 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_SSOIntegration
Okta-SAML")
    B("jamf_Account
John Admin")
    C("jamf_Group
IT-Admins")
    D("jamf_DisabledAccount
John Old")
    A -- jamf_SSO_Login --> B
    A -- jamf_SSO_Login --> C
    A -- jamf_SSO_Login --> D
```
