Segmentation limits where traffic can flow, while identity-based control decides whether a specific device, workload, or account should be allowed to act. In OT, both are needed. Segmentation reduces blast radius, but identity control is what stops legitimate-looking traffic from becoming an unsafe command path.
Why This Matters for Security Teams
OT segmentation and identity-based access control solve different problems, and confusing them leads to false confidence. Segmentation is a network design control: it constrains routing paths between zones, cells, and conduits. Identity-based control is a decision layer: it asks whether a specific device, workload, service account, or operator context should be allowed to perform an action right now. NIST’s NIST SP 800-207 Zero Trust Architecture makes that separation explicit.
In industrial environments, the difference matters because many unsafe events are not caused by traffic reaching the wrong subnet, but by legitimate traffic being accepted from the wrong identity. That is why the NHI problem shows up so often in modern estates: the Ultimate Guide to NHIs notes that 97% of NHIs carry excessive privileges, and the 52 NHI Breaches Analysis shows how compromised machine identities repeatedly turn routine access into lateral movement. Segmentation narrows the blast radius; identity control determines whether a command is trusted at all.
In practice, many security teams discover the gap only after a trusted maintenance path is abused to issue an unsafe command, rather than through intentional testing of identity trust at the control boundary.
How It Works in Practice
Effective OT design layers both controls. Segmentation should still define where engineering workstations, historians, PLCs, safety systems, and remote access brokers can communicate. Identity-based access control then decides which authenticated actor can use those paths and what it can do. For human users, that usually means strong authentication, PAM, and RBAC. For services and automation, it means workload identity, short-lived credentials, and policy decisions tied to device posture, session context, and task intent.
The key distinction is that segmentation is static while identity-based control is conditional. A firewall rule can allow traffic from a jump host to a control network, but an identity policy can still deny a write action if the workload is untrusted, the certificate is expired, or the request is outside approved maintenance windows. That is consistent with the direction of OWASP Non-Human Identity Top 10, which treats machine identity as a first-class control surface rather than a network-side afterthought.
For OT, the practical model is usually:
- Use segmentation to isolate zones and limit blast radius.
- Use identity to bind each session, workload, or service account to an approved purpose.
- Use JIT credentials and short TTLs for privileged actions so access expires when the task ends.
- Log identity, command, and context together so security teams can detect safe-looking traffic used for unsafe outcomes.
NHIMG research consistently shows why this matters: secrets and service accounts are often overexposed, and the Top 10 NHI Issues highlights how long-lived credentials and weak governance create persistent access paths that segmentation alone cannot stop. These controls tend to break down when legacy OT protocols, shared service accounts, or vendor remote support tools cannot present stable workload identity because the environment was never built for per-request authorisation.
Common Variations and Edge Cases
Tighter identity control often increases operational overhead, so teams have to balance stronger assurance against uptime, vendor support, and plant-floor simplicity. In many OT environments, there is no universal standard for this yet, especially where devices cannot natively support modern identity tokens or mutual authentication.
A common workaround is to segment the environment heavily and then place identity-aware brokers, bastions, or secure gateways at the choke points. That can be effective, but it is not the same as true identity-based access control at the asset level. It is also important not to overstate what RBAC can do: role membership is useful for operators, but it is a poor fit for autonomous tooling or ephemeral service workflows where intent changes from task to task. Current guidance suggests moving toward context-aware decisions, but the exact policy model is still evolving.
For environments with vendors, contractors, or emergency maintenance, identity checks should be stronger at the edge of the session and weaker only where business risk has been explicitly accepted. For highly regulated sectors, pairing these controls with documented evidence from Ultimate Guide to NHIs - Key Challenges and Risks and standards like PCI DSS v4.0 can help justify the control design, while Ultimate Guide to NHIs - Standards is useful for mapping maturity. The hardest cases are air-gapped or hybrid plants with shared accounts and brittle tooling, because identity cannot be enforced cleanly when the protocol, device, or vendor workflow cannot express it.
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 Zero Trust (SP 800-207) and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | Identity-based control depends on rotation and expiry of machine credentials. |
| NIST Zero Trust (SP 800-207) | PR.AC | Zero Trust requires continuous identity verification, not just network placement. |
| NIST AI RMF | Context-aware authorization and governance support runtime decision-making. |
Define governance for dynamic authorization decisions and document accountability for each policy.
Related resources from NHI Mgmt Group
- What is the difference between access control and data-flow control for agents?
- What is the difference between network zero trust and identity-first zero trust?
- What is the difference between a rules-based secret scanner and a hybrid scanner?
- What is the difference between code scanning and runtime identity monitoring?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on May 30, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org