The practical approach is to add identity assurance before login and use passwordless or self-service recovery where the application allows it. That preserves a smoother user experience while raising confidence in who is requesting access. For systems that still require passwords, organisations should pair them with stronger reset and verification steps.
Why This Matters for Security Teams
zero trust is supposed to reduce implicit trust without making everyday access feel punitive. The friction problem appears when controls are bolted on after authentication, so users experience repeated prompts, failed resets, and workarounds that weaken the very control set meant to protect them. NIST’s NIST SP 800-207 Zero Trust Architecture makes the core point clear: access should be continuously evaluated, not assumed once a password is accepted.
For NHI-heavy environments, the same tradeoff shows up in service-to-service access. Organisations that rely on long-lived secrets, broad roles, or static allowlists often create convenience by default, then pay for it later with overexposure and poor revocation. 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 is a strong signal that convenience and control cannot be treated as separate projects. In practice, many security teams discover the friction problem only after users have already adopted shadow access paths and recovery exceptions.
How It Works in Practice
The practical balance is to move friction to the right place. Low-friction access should remain available for normal use, while higher assurance should appear only when risk rises. That means identity assurance before login, step-up verification for sensitive actions, and context-aware policy decisions at request time rather than rigid rules applied the same way everywhere. This is consistent with the intent of OWASP Non-Human Identity Top 10 and the control model in NIST SP 800-53 Rev 5 Security and Privacy Controls.
For human users, the most effective pattern is passwordless where supported, plus self-service recovery that is stronger than the original login path. For workloads and NHI access, the analogue is short-lived credentials, just-in-time issuance, and workload identity rather than shared secrets. NHIMG’s Guide to SPIFFE and SPIRE is useful here because it frames identity as cryptographic proof of workload identity, not as a long-lived secret stored somewhere convenient. That reduces user friction by removing repeated manual approvals, while also reducing the blast radius of compromise.
- Use passwordless or phishing-resistant authentication for routine access.
- Apply step-up checks only for sensitive data, privileged actions, or unusual context.
- Issue short-lived secrets and revoke them automatically after task completion.
- Use policy-as-code so access is evaluated in real time, not inferred from old roles.
- Prefer workload identity for service access so humans do not broker every connection.
NHIMG’s Ultimate Guide to NHIs — Key Challenges and Risks reinforces why this matters: broad, persistent access creates both security risk and operational drag. These controls tend to break down in legacy apps and shared admin platforms because they cannot reliably support step-up flows, short-lived tokens, or fine-grained policy evaluation.
Common Variations and Edge Cases
Tighter zero trust controls often increase operational overhead, requiring organisations to balance reduced risk against recovery speed, help desk load, and application compatibility. That tradeoff is especially visible in environments with older SSO integrations, thick-client tools, and third-party portals that still depend on passwords or static API keys.
Current guidance suggests using layered exceptions rather than weakening the baseline. For example, the browser session can remain low-friction while privileged console access requires stronger proof of identity, or an internal service can use a managed workload identity while a vendor integration receives a narrowly scoped, time-bound token. There is no universal standard for this yet, but the direction across Ultimate Guide to NHIs — Standards and zero trust guidance is consistent: reduce standing privilege, make access ephemeral, and escalate only when needed.
One useful metric is whether friction is occurring at authentication, authorisation, or recovery. If users are repeatedly blocked at login, the problem is usually bad identity proofing or poor recovery design. If they are blocked during action execution, the issue is usually overbroad policy or missing contextual signals. In both cases, the answer is not to remove the control entirely, but to make it more targeted. Organisations that ignore this distinction often end up with “temporary” exceptions that become permanent access paths.
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 AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AA-01 | Identity proofing and authentication should be strong without slowing normal access. |
| NIST Zero Trust (SP 800-207) | Policy Decision Point | Zero trust requires real-time authorization instead of static trust after login. |
| OWASP Non-Human Identity Top 10 | NHI-03 | Short-lived credentials and rotation reduce friction-causing secret sprawl and risk. |
| NIST AI RMF | GOVERN | Risk governance is needed to decide where stricter controls are worth the user impact. |
| CSA MAESTRO | TRUST-02 | Agentic and service identities need contextual trust decisions to avoid brittle access. |
Use phishing-resistant auth for routine access and step-up checks only when risk changes.
Related resources from NHI Mgmt Group
- How should security teams implement zero trust access for contractors and remote staff without creating constant admin overhead?
- How should security teams implement zero trust access across network and non-network resources without creating operational drift?
- How should organisations connect logical access and network access in a zero trust design?
- What is the difference between JIT access and Zero Trust for NHIs?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on August 26, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org