The programme becomes narrow and fragile because it ignores device posture, workload identity, transaction context, and session behaviour. That leaves gaps after login, which is where real compromise often occurs. A Zero Trust strategy must govern the full access path, not just the authentication event.
Why This Matters for Security Teams
Treating zero trust as MFA plus a VPN replacement narrows the programme to login-time checks and misses the controls that actually limit blast radius. Zero Trust Architecture is meant to verify every request with context, not simply establish a trusted tunnel after authentication, as described in NIST SP 800-207 Zero Trust Architecture. When teams stop at the front door, they leave device state, workload identity, session drift, and privilege escalation unmanaged.
That gap is especially dangerous in environments with service accounts, API keys, and automation. NHI Mgmt Group research shows that the Ultimate Guide to NHIs is not a theoretical problem set: NHIs outnumber human identities by 25x to 50x, and 97% carry excessive privileges. In practice, many security teams discover the weakness only after a stolen token or overtrusted session is already being used laterally, rather than through intentional verification of each access decision.
How It Works in Practice
A real Zero Trust design starts by separating authentication from authorisation. MFA may confirm a human at sign-in, and a VPN may create encrypted transport, but neither one continuously validates what happens after access is granted. The more robust pattern is to evaluate each request using identity, device posture, resource sensitivity, and transaction context, as outlined in NIST SP 800-207 Zero Trust Architecture. That means a session can be rechecked, narrowed, or terminated when risk changes.
For workloads and automation, the identity primitive is often the workload itself, not the human operator behind it. NHI Mgmt Group’s Guide to SPIFFE and SPIRE is useful here because it frames workload identity as cryptographic proof of what the service is, allowing short-lived credentials and policy decisions that are tied to the actual caller. That is very different from giving broad VPN access and hoping network segmentation compensates later.
- Use MFA for initial assurance, but do not treat it as the end of verification.
- Bind access to device posture, workload identity, and session context at request time.
- Issue short-lived credentials where possible and revoke them automatically when the task ends.
- Apply policy-as-code so decisions are re-evaluated instead of inherited from a single login event.
The practical test is simple: if a user or workload can keep moving after authentication without renewed checks, the environment is still trust-based, not Zero Trust. These controls tend to break down when legacy apps only understand network location because the policy engine cannot see the transaction context those systems need.
Common Variations and Edge Cases
Tighter access control often increases operational overhead, requiring organisations to balance reduced exposure against more policy tuning and exception handling. That tradeoff becomes visible in mixed environments where some applications support modern context-aware access and others only support coarse network controls. Current guidance suggests applying Zero Trust progressively rather than pretending every system can be made context-aware overnight.
There is also no universal standard for how much session revalidation is enough. Some environments can enforce continuous checks at every high-risk request, while others must use step-up controls, bounded sessions, or segmented access paths. The important point is that VPN decommissioning alone is not a Zero Trust programme. NHI Mgmt Group’s Ultimate Guide to NHIs — Standards and the Microsoft Midnight Blizzard breach both reinforce the same operational lesson: when secrets, service accounts, or long-lived sessions are overtrusted, the problem is not the authentication method, but the lack of continuous, context-aware control after authentication.
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 |
|---|---|---|
| NIST Zero Trust (SP 800-207) | 3.1 | Defines continuous verification beyond initial login and VPN trust. |
| OWASP Non-Human Identity Top 10 | NHI-03 | Long-lived credentials and weak rotation are central failure modes here. |
| NIST AI RMF | Context-aware authorisation and ongoing monitoring map to AI risk governance. |
Replace perimeter trust with per-request policy checks based on identity, device, and context.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on June 8, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org