> ## 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.

# Okta_UserSync

> Bidirectional synchronization between Okta users and external identities

<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: [User](/resources/nodes/user), [Okta\_User](/opengraph/extensions/okta/nodes/okta_user), [SNOW\_User](https://github.com/SpecterOps/SnowHound)
* Destination: [Okta\_User](/opengraph/extensions/okta/nodes/okta_user), [User](/resources/nodes/user), [AZUser](/resources/nodes/az-user), [OP\_User](https://github.com/SpecterOps/1PassHound), [SNOW\_User](https://github.com/SpecterOps/SnowHound)
* Traversable: ❌

## General Information

The non-traversable hybrid Okta\_UserSync edges represent bidirectional user synchronization relationships between Okta and external directories or applications. These edges indicate that user accounts are linked and synchronized between systems.

```mermaid theme={null}
graph LR
    subgraph ad["Active Directory"]
        adu1("User john\@contoso.com")
    end
    subgraph okta["Okta"]
        u1("Okta_User john\@contoso.com")
        adu1 -. Okta_UserSync .-> u1
    end
    subgraph snowflake["Snowflake"]
        snu1("SNOW_User john\@contoso.com")
        u1 -. Okta_UserSync .-> snu1
    end
```
