> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-fetch-json-component.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# jamf_Okta_Same_Device

> Represents a hybrid cross-platform device correlation where the JAMF Pro registered computer's UDID matches the registered device UDID in Okta.

<img noZoom src="https://mintcdn.com/specterops-fetch-json-component/pkiaFEhjWYPnhxMb/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=pkiaFEhjWYPnhxMb&q=85&s=c83d7e4a67c741a979c0e77bf15c1252" 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\_Computer](/opengraph/extensions/jamfhound/reference/nodes/jamf_computer)
* Destination: [OktaDevice](https://github.com/SpecterOps/OktaHound/blob/main/Documentation/NodeDescriptions/Okta_Device.md)
* Traversable: ✅

## General Information

The traversable `jamf_Okta_Same_Device` edge represents a hybrid cross-platform device correlation where the Jamf Pro registered computer's UDID matches the registered device UDID in Okta. This optional edge is only created when the `--okta` flag is enabled and links the Jamf device graph to OktaHound's device graph.

```mermaid theme={null}
graph LR
    A("jamf_Computer
MacBook-Pro-01:UDID-ABCD1234")
    B("OktaDevice
MacBook-Pro-01:UDID-ABCD1234")
    A -- jamf_Okta_Same_Device --> B
```
