Join our Newsletter — 33% off our NHI Course

When should teams step up authentication instead of relying on a password and OTP?

Teams should step up authentication when the access request is higher risk than normal, such as a funds transfer, a privileged action, or a login from an unfamiliar location or device. Risk-based authentication improves usability by avoiding extra prompts for routine access while tightening controls when the request, the user, or both look unusual or more valuable to attackers.

Why This Matters for Security Teams

Step-up authentication is not just a usability decision. It is a risk decision about when a password plus OTP is no longer enough to protect a high-value action. Attackers target the moment an identity can do something consequential, such as changing payout details, approving a transaction, or elevating access. NHIMG research shows how often identity controls fail when credentials are already exposed, including in the Schneider Electric credentials breach and the Twitter Source Code Breach.

The practical issue is that OTP raises the bar only modestly if the underlying login or session is already compromised. Security teams should step up when the action itself is more sensitive than the baseline login, or when the context suggests takeover, fraud, or insider misuse. That usually means looking at the resource being accessed, the device, the geography, the time pattern, and whether the request is unusual for that identity. In practice, many security teams discover that “password and OTP” was still too weak only after an account has been used to authorize a damaging action.

How It Works in Practice

Effective step-up authentication combines risk signals with policy decisions at the point of request. A user may sign in normally, but the system can require a stronger challenge before allowing a sensitive operation. Common triggers include a new device, impossible travel, privilege escalation, a large transfer, or a request outside the user’s normal work pattern. Current guidance suggests treating step-up as an adaptive control, not a fixed login ceremony.

Teams usually implement this in layers:

  • Baseline authentication establishes identity with a password and OTP or a stronger primary method.
  • Risk scoring evaluates the request, the session, the device, and the action value in real time.
  • Policy decides whether to allow, deny, or step up with another factor or reauthentication.
  • Audit logging records the trigger, the decision, and the protected action.

NIST controls such as NIST SP 800-53 Rev 5 Security and Privacy Controls support this approach through risk-aware access control and authentication strength selection. For broader identity governance, ISO/IEC 27001:2022 helps teams tie step-up rules to documented access risk, review, and exception handling. In NHIMG terms, the control is strongest when it is paired with short-lived sessions and clear privilege boundaries, not used as a patch on top of broad standing access. That is why the broader NHI guidance in the Ultimate Guide to Non-Human Identities is useful here, especially where human and non-human access paths intersect.

Step-up controls tend to break down when the risk engine is noisy, the business action is poorly classified, or the same authentication flow is reused for both low-risk browsing and high-risk approval without meaningful policy separation.

Common Variations and Edge Cases

Tighter authentication often increases user friction and help desk load, so organisations have to balance fraud resistance against workflow disruption. That tradeoff is especially visible in finance, admin portals, and remote access programs where frequent step-up prompts can train users to ignore security.

There is no universal standard for exactly which events must trigger step-up. Best practice is evolving toward context-aware rules, with higher assurance required for privileged actions, unusual sessions, and transactions with irreversible impact. For some environments, a simple OTP escalation is sufficient. For higher-risk workflows, teams may need phishing-resistant methods, approval workflows, or device binding instead of another factor prompt.

Step-up also should not be confused with compensating for weak account hygiene. If passwords are reused, OTP is phishable, or sessions remain valid too long, then risk-based prompts only slow down an attacker. The strongest programs use step-up as one part of a broader authentication design that includes least privilege, session limits, and access review. In regulated environments, that design should be written into policy, not left to one-off administrator judgment.

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 CSF 2.0, NIST SP 800-63, 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.AC-7 Step-up authentication is a risk-based access control decision.
NIST SP 800-63 AAL Authentication assurance levels help match factor strength to action sensitivity.
OWASP Non-Human Identity Top 10 NHI-04 High-risk access often exposes weak session and credential handling.
NIST Zero Trust (SP 800-207) AC-6 Zero Trust emphasizes verifying each request, not just the initial login.
NIST AI RMF Risk-based step-up should be governed as an AI or decisioning risk process.

Require stronger authentication when risk rises and document the trigger logic in access policy.