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

# GH_MapsToUser

> External identity maps to a GitHub user or identity provider user

<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: [GH\_ExternalIdentity](/opengraph/extensions/github/nodes/gh_externalidentity)
* Destination: [GH\_User](/opengraph/extensions/github/nodes/gh_user)
* Traversable: ❌

## General Information

The non-traversable GH\_MapsToUser edge maps an external identity (provisioned via SAML or SCIM) to a GitHub user within the organization, or to an external IdP user (such as [AZUser](/resources/nodes/az-user), [Okta\_User](/opengraph/extensions/okta/nodes/okta_user), or [PingOneUser](https://github.com/andyrobbins/PingOneHound?tab=readme-ov-file#schema)) in hybrid graph scenarios. This edge represents identity correlation rather than an attack path, connecting a user's external IdP account to their GitHub account for visibility into federated identity mappings.

```mermaid theme={null}
graph LR
    extId1("GH_ExternalIdentity alice\@specterops.io")
    extId2("GH_ExternalIdentity bob\@specterops.io")
    user1("GH_User alice")
    user2("GH_User bob")
    extId1 -- GH_MapsToUser --> user1
    extId2 -- GH_MapsToUser --> user2
```
