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

# Okta_IdentityProviderFor

> Trust relationship between an identity provider and Okta users

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

## General Information

The traversable Okta\_IdentityProviderFor edges represent the relationships between identity providers and the users who authenticate through them:

```mermaid theme={null}
graph LR
    idp1("Okta_IdentityProvider Google")
    idp2("Okta_IdentityProvider Contoso SAML")
    u1("Okta_User john\@contoso.com")
    u2("Okta_User alice\@gmail.com")
    u3("Okta_User bob\@contoso.com")
    idp1 -- Okta_IdentityProviderFor --> u2
    idp2 -- Okta_IdentityProviderFor --> u1
    idp2 -- Okta_IdentityProviderFor --> u3
```
