They complicate zero trust because identity is no longer limited to people. Workloads, bots, and connected devices create a much larger identity perimeter, often with short-lived, automated, or non-interactive access patterns. That makes discovery, monitoring, and policy enforcement harder, especially when organisations need consistent controls across cloud and hybrid systems.
Why This Matters for Security Teams
zero trust was built to remove implicit trust, but workloads, bots, and connected devices stretch that model beyond human login events. Identity volume rises fast, access becomes machine-mediated, and the organisation can no longer rely on user prompts, MFA, or normal session patterns to explain what is happening. NHIMG research shows NHIs outnumber human identities by 25x to 50x in modern enterprises, and 90% of IT leaders say properly managing NHIs is essential for a successful zero-trust implementation.
That matters because these identities often authenticate through API keys, certificates, service accounts, or orchestration layers rather than interactive sign-in. The result is a larger and less visible attack surface, especially when secrets are stored in code or CI/CD systems, as described in the Ultimate Guide to NHIs. NIST’s NIST SP 800-207 Zero Trust Architecture is clear on continuous verification, but the practical challenge is deciding what to verify when the requester is a workload with changing context rather than a person.
In practice, many security teams encounter excessive access, stale secrets, and unmanaged device trust only after an outage or compromise has already made the identity sprawl visible.
How It Works in Practice
For non-human identities, zero trust needs to shift from static entitlements toward runtime trust decisions. A workload, bot, or connected device should be identified by what it is, what it is allowed to do, and the context of the request, not by a long-lived shared credential. That is why workload identity patterns such as SPIFFE and SPIRE are increasingly used to issue cryptographic identity to services and agents, while policy engines evaluate access at request time.
The practical stack usually includes:
- Strong inventory of all NHIs, including service accounts, automation users, certificates, and device identities.
- Short-lived credentials and ephemeral tokens instead of reusable static secrets.
- Context-aware policy that checks workload, destination, action, environment, and risk signals before granting access.
- Continuous rotation and revocation so compromise windows stay narrow.
- Logging that ties each machine action back to a workload identity and approved policy.
NHIMG’s Guide to SPIFFE and SPIRE is useful here because it frames workload identity as a first-class primitive rather than an add-on to human IAM. OWASP’s OWASP Non-Human Identity Top 10 also highlights the recurring failure modes: secret sprawl, excessive privilege, weak lifecycle controls, and poor visibility. Current guidance suggests that device fleets and automation pipelines should be treated as distinct trust domains, not as extensions of employee access.
These controls tend to break down when legacy applications depend on shared service accounts or when IoT and OT devices cannot support modern token exchange and per-request policy evaluation.
Common Variations and Edge Cases
Tighter machine access controls often increase operational overhead, requiring organisations to balance faster automation against stronger credential hygiene. That tradeoff is especially visible in hybrid environments, where cloud workloads, CI/CD bots, and connected devices all have different identity capabilities. There is no universal standard for this yet, so best practice is evolving rather than settled.
Some environments can adopt short-lived certificates and workload attestation quickly, while others still rely on API keys embedded in tooling or vendor-managed devices that cannot be replatformed. In those cases, current guidance is to compensate with segmenting trust zones, narrowing scopes, and monitoring for abnormal machine-to-machine paths. NHIMG’s Ultimate Guide to NHIs — Key Challenges and Risks and Lifecycle Processes for Managing NHIs both reinforce that lifecycle control matters as much as initial authentication. For connected devices, especially those with constrained firmware or vendor lock-in, identity governance often becomes a shared responsibility between security, infrastructure, and operations teams.
The biggest edge case is when teams assume a successful authentication means a safe transaction. For autonomous or highly scripted workloads, the real question is whether the action itself is permitted right now, in this context, with this destination and privilege scope.
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, OWASP Agentic AI Top 10 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Addresses discovery and inventory gaps for non-human identities. |
| OWASP Agentic AI Top 10 | A1 | Agentic automation needs runtime authorization, not static assumptions. |
| CSA MAESTRO | MAESTRO-03 | Covers workload identity, orchestration, and policy enforcement for agents. |
| NIST AI RMF | GOVERN | Zero trust for AI-enabled workloads needs governance and accountability. |
| NIST Zero Trust (SP 800-207) | PR.AC-4 | Continuous access evaluation is central when machine identities are dynamic. |
Bind each automated workload to a verified identity and enforce least privilege per task.