An access model that uses identity, device posture, and context to decide whether a session should reach a specific resource. It replaces broad network trust with narrower, policy-driven access decisions and is commonly used to support hybrid work and distributed applications.
Expanded Definition
Identity Centric ZTNA is a Zero Trust access pattern that makes the identity of the requester, the condition of the device, and the current context the basis for every access decision. It is narrower than classic VPN-style connectivity because it authorises sessions to specific resources rather than opening broad network reachability. In practice, this means policies are evaluated per request, often with signals from identity providers, endpoint posture tools, and session risk engines.
The concept aligns closely with NIST SP 800-207 Zero Trust Architecture, although vendor implementations vary in how much they emphasise application proxies, endpoint verification, or continuous reauthentication. In NHI environments, identity centric ZTNA extends beyond human users to service accounts, workloads, and agents that need controlled access to APIs and internal services. NHIMG’s Ultimate Guide to NHIs treats this as part of a broader governance shift from perimeter trust to identity-bound, policy-driven access.
The most common misapplication is treating ZTNA as a network replacement only, which occurs when organisations expose resources through a new access tunnel but fail to enforce identity, posture, and session-level policy.
Examples and Use Cases
Implementing identity centric ZTNA rigorously often introduces more policy complexity and integration work, requiring organisations to weigh tighter access control against onboarding friction and ongoing policy maintenance.
- A developer reaches a production dashboard only after the IdP confirms the user identity, the laptop is compliant, and the request matches an approved role and location pattern.
- An AI agent calling internal APIs is issued access only for a single service endpoint, with short-lived credentials and session limits instead of broad network access. NHIMG’s Guide to SPIFFE and SPIRE is relevant here because workload identity often becomes the enforcement anchor.
- A third-party contractor is allowed into one SaaS-connected app, but not the surrounding environment, after device health and time-bound approval are validated.
- A security team blocks access from a managed service account until it is tied to a known workload identity and its secret is rotated. The broader risk context is reflected in NHIMG’s Top 10 NHI Issues.
- During incident response, high-risk sessions are re-evaluated dynamically instead of relying on a long-lived VPN grant or static subnet trust.
These use cases mirror how modern ZTNA policies are expected to operate under NIST Zero Trust guidance, but the identity layer must be explicit for both humans and NHIs.
Why It Matters in NHI Security
Identity centric ZTNA matters because NHIs do not behave like employees: they are highly distributed, often overprivileged, and frequently embedded in automation. NHIMG research shows that NHIs outnumber human identities by 25x to 50x in modern enterprises, and 97% of NHIs carry excessive privileges, which makes broad access models especially risky. If access control is not identity centric, a compromised secret can become a pathway to multiple internal systems instead of a single bounded session.
This is why ZTNA and NHI governance must be designed together, not separately. NHIMG’s Ultimate Guide to NHIs—Standards highlights the operational need to bind policy to workload identity, rotation state, and least privilege, while the breach patterns in 52 NHI Breaches Analysis show how quickly unauthorized access spreads when identity assumptions are weak. Organisations typically encounter the real significance of identity centric ZTNA only after a stolen token, leaked API key, or compromised service account is used to pivot laterally, at which point the model becomes operationally unavoidable to address.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC-3 | Access is granted by verified identities and context, not network location. |
| NIST Zero Trust (SP 800-207) | AC-1 | Defines zero trust as continuous, per-request access decisions anchored in identity. |
| OWASP Non-Human Identity Top 10 | NHI-03 | ZTNA depends on controlling NHI access paths and limiting blast radius. |
Enforce identity- and context-based access decisions for every session and resource.
Related resources from NHI Mgmt Group
- What is the difference between compliance-driven identity control and threat-centric identity control?
- Why do identity-centric attacks bypass traditional security controls so often?
- Should organisations move from PAM to an identity-centric control plane?
- How should security teams govern privileged access in user-centric ZTNA environments?