Identity GlossaryLast updated July 17, 2026

Identity Graph

A neutral definition of an identity graph: the correlated map of identities, accounts, and relationships that turns scattered records into a single, queryable structure.

What Is an Identity Graph?

An identity graph is a data structure that represents identities, the accounts, credentials, and roles tied to them, and the relationships between them, as connected nodes rather than as separate, siloed records. Instead of a spreadsheet row per account per system, a graph can represent that the same person owns three accounts across two systems, that one of those accounts belongs to a group granting access to a fourth system, and that a service account inherits from a role two hops away.

The value of a graph structure specifically is that identity risk is frequently relational, not just individual: a single account with moderate permissions isn’t the real story if it sits one hop away from a highly privileged group through nested membership. A flat list of accounts can’t represent that relationship; a graph can traverse it directly.

Building an identity graph is straightforward once data from every system is normalized into a common shape. The harder problem is correlation: recognizing that "jsmith" in the directory, "j.smith.svc" in the database, and "smith_j" in a legacy mainframe system are all connected to the same underlying identity, when none of those systems use a shared identifier. Correlation quality is what separates a genuinely useful identity graph from a large but disconnected pile of records.

Share

What Makes an Identity Graph Useful

Four capabilities separate a working identity graph from a collection of disconnected records.

1

Cross-System Normalization

Translating each source system’s distinct data shape into a common structure the graph can represent consistently.

2

Identity Correlation

Recognizing that accounts with different usernames, formats, or naming conventions across systems belong to the same underlying identity.

3

Relationship Traversal

Answering multi-hop questions, "what can this account eventually reach through nested group membership", not just single-record lookups.

4

Continuous Updates

Keeping the graph current as accounts, group memberships, and permissions change, rather than representing a snapshot that ages the moment it’s built.

Frequently Asked Questions

See the Identity System of Record in Action

Hydden discovers, reconciles, and continuously governs every identity (human, machine, and agentic) across your enterprise.

© 2026 Hydden Inc. All rights reserved.Privacy PolicyTerms of Service