Join our Newsletter — 33% off our NHI Course

Why does traditional MFA still leave gaps in zero trust architectures?

Traditional MFA often verifies a password plus a second factor, but those signals can be stolen, shared, or intercepted. That means the control may authenticate a credential set without strongly asserting the human behind it. In zero trust, identity must be reverified continuously, so organisations need stronger proof of personhood, device trust, and session integrity.

Why This Matters for Security Teams

Traditional MFA reduces account takeover risk, but it does not by itself solve the trust problem in a zero trust model. A second factor can still be phished, replayed, session-token hijacked, or approved on a compromised device, which means the control may confirm access without proving ongoing trust. NIST SP 800-207 Zero Trust Architecture emphasizes continuous verification, not one-time login success, because identity must be reassessed as risk changes.

That gap matters most when credentials outlive the moment of authentication. NHIMG’s Ultimate Guide to NHIs notes that 90% of IT leaders say properly managing NHIs is essential for a successful zero-trust implementation, which reflects a broader reality: zero trust fails when long-lived trust is granted too early and revoked too late. For teams focused on human access, the bigger blind spot is often the session, not the password.

In practice, many security teams encounter MFA weakness only after a valid session has already been abused, rather than through intentional verification of trust at every request.

How It Works in Practice

Zero trust treats MFA as one signal, not the finish line. A stronger design combines MFA with device posture, session risk, policy enforcement, and short-lived authorization decisions. The goal is to verify the user at sign-in, then continue checking whether the session still deserves access as context changes. That is why NIST SP 800-207 Zero Trust Architecture and current guidance on identity assurance both emphasize continuous evaluation rather than static access approval.

In mature environments, MFA is paired with conditional access, phishing-resistant authenticators, and step-up verification for sensitive actions. For NHI and agentic workloads, the same principle becomes even stricter: use workload identity, scoped tokens, and short TTLs so the system proves what the actor is and what it is allowed to do right now. NHIMG’s Guide to SPIFFE and SPIRE is especially relevant here because cryptographic workload identity gives policy engines a better basis for trust than a reused login factor.

  • Use phishing-resistant MFA where human login is unavoidable, then bind the session to device and risk context.
  • Prefer ephemeral credentials and short session lifetimes over reusable bearer tokens.
  • Re-evaluate access on each sensitive action, not just at initial authentication.
  • Separate human identity proof from workload identity proof so agents and service accounts are not treated like people.

For real-world examples of how credential abuse spreads after initial compromise, NHIMG’s Microsoft Midnight Blizzard breach shows why one successful authentication event is not the same as sustained trust. These controls tend to break down when legacy applications cannot support session revalidation and still rely on long-lived bearer tokens.

Common Variations and Edge Cases

Tighter authentication often increases user friction and operational overhead, requiring organisations to balance phishing resistance against login complexity and app compatibility. Best practice is evolving, and there is no universal standard for how often zero trust systems should recheck trust across every environment.

Some environments still need MFA for regulatory coverage, remote workforce access, or privileged admin workflows, but that should not be mistaken for complete zero trust. In many cases the right answer is layered: MFA for initial access, device trust for session continuation, and policy-as-code for runtime enforcement. That matters even more when service accounts, API keys, and automated jobs are involved, because those identities do not behave like humans and should not be protected with human-centric assumptions. NHIMG’s Ultimate Guide to NHIs — Standards is useful for mapping those controls to lifecycle governance.

Where guidance becomes less settled is in high-autonomy systems and shared-device environments. Current guidance suggests organizations should prioritise short-lived credentials, continuous session checks, and explicit workload identity over expanding MFA prompts, because repeated prompts can create fatigue without materially improving trust.

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 and CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC-7 Supports continuous access verification beyond initial MFA.
NIST Zero Trust (SP 800-207) 3.0 Zero trust requires ongoing verification of identity and context.
NIST SP 800-63 AAL2 MFA strength depends on authenticators and assurance level.
OWASP Non-Human Identity Top 10 NHI-03 Long-lived secrets and weak rotation keep access alive after compromise.
CSA MAESTRO Agentic systems need runtime policy and workload identity, not static trust.

Reassess access continuously and tie sessions to current risk, not just login success.