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

> Identity provider group assignment to an Okta group

<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: [Okta\_IdentityProvider](/opengraph/extensions/okta/nodes/okta_identityprovider)
* Destination: [Okta\_Group](/opengraph/extensions/okta/nodes/okta_group)
* Traversable: ❌

## General Information

The non-traversable Okta\_IdpGroupAssignment edges represent groups automatically assigned to users based on identity provider attributes or user claims:

```mermaid theme={null}
graph LR
    idp1("Okta_IdentityProvider Microsoft Login")
    g1("Okta_Group Contractors")
    g2("Okta_Group Employees")
    g3("Okta_Group Entra ID Users")
    idp1 -. Okta_IdpGroupAssignment .-> g1
    idp1 -. Okta_IdpGroupAssignment .-> g2
    idp1 -. Okta_IdpGroupAssignment .-> g3
```
