By NHI Mgmt Group Editorial TeamPublished 2026-01-18Domain: Best PracticesSource: Scramble ID

TL;DR: Step-up is increasingly framed as a policy-selected chain of phishing-resistant checks for sensitive actions, not another prompt layer, according to Scramble ID. The governance question is no longer whether step-up exists, but whether it is bound to intent, measurable, and resilient enough to defend high-blast-radius actions, while SMS or voice OTP remains unsuitable for high-risk policies because replay, relay, SIM-swap, and carrier social engineering remain practical bypass paths.


At a glance

What this is: This is a product design preview for XFactor, a policy-selected step-up chain that verifies intent with phishing-resistant checks before sensitive actions are allowed.

Why it matters: It matters because IAM, PAM, and NHI programmes need assurance gates that are tied to risk and action context, not just login friction.

👉 Read Scramble ID's design preview for policy-selected phishing-resistant step-up chains


Context

Step-up authentication is only useful when it protects a specific high-risk action, such as a payout change, recovery update, or privileged configuration change. The article argues that simple prompts are not enough, because the control must verify intent and then return something the application can audit.

For identity teams, the real issue is whether the assurance boundary is strong enough to survive real attacks. That pulls human IAM, privileged access, and machine-to-machine authorisation into the same governance question: how do you prove the actor meant to do this action, and how do you make that proof measurable across channels?


Key questions

Q: How should security teams implement step-up for high-risk actions?

A: Start by tying step-up to a short list of sensitive actions such as payout changes, recovery updates, and privileged configuration changes. Use phishing-resistant proofs, bind the approval to the originating session, and require a signed result that the application can verify before the action completes.

Q: Why do OTP-based step-up flows fail for sensitive access?

A: OTP-based flows fail because the secret can be relayed, replayed, or socially engineered in real time. For high-risk access, that means the control proves only that a code was seen, not that the right actor approved the right action in the right session.

Q: What do identity teams get wrong about step-up authentication?

A: Teams often treat step-up as extra friction at login instead of a governance control for specific transactions. That misses the point of assurance binding, which is to prove intent at the moment the risk emerges and to generate evidence that can be audited later.

Q: How can organisations measure whether step-up is working?

A: Measure step-up rate by action, pass and fail rates, time to complete, timeout frequency, and abandon rate. If the control is working, it should reduce abuse on high-risk actions without creating broad user workarounds or excessive helpdesk escalation.


Technical breakdown

Why chained step-up is different from a single MFA prompt

A chained step-up design evaluates one risky action through multiple sequential checks instead of asking for a one-time challenge at login. The article’s model combines factors such as WebAuthn user verification, hardware keys, signed QR plus typed code, device re-checks, and context policies. The technical point is that each factor adds a different proof property, such as origin binding, device presence, or local user verification. That makes the control closer to a policy engine for sensitive operations than a generic authentication prompt.

Practical implication: treat step-up as a transaction-level control and map each protected action to the minimum proof chain it truly needs.

Phishing-resistant step-up depends on public-key proof and session binding

The article defines a phishing-resistant chain as one that uses public-key proof, origin or session binding, and no reusable secrets. That matters because any OTP that can be read aloud, copied, or relayed can be intercepted in a real-time phishing flow. WebAuthn is presented as strong because the cryptographic assertion is bound to the initiating origin and cannot be replayed the way a shared secret can. In other words, the control does not just ask for proof. It constrains where that proof is valid.

Practical implication: use phishing-resistant factors for high-risk actions and retire OTP-based fallbacks from those policy paths.

Signed results turn step-up into something applications can verify and audit

XFactor’s key architectural detail is the signed result artifact returned to the application after the chain completes. That means the application is not guessing whether a challenge happened. It receives a verifiable outcome tied to the original session, action, and policy. The article also shows that the control can span web, desktop, IVR, and machine-to-machine flows, which makes it more than consumer MFA. The design is meant to produce an auditable decision object that downstream systems can trust for enforcement and reporting.

Practical implication: require a signed, auditable step-up result before allowing irreversible actions, and log the correlation path with the protected transaction.


NHI Mgmt Group analysis

Step-up is becoming a transaction-control problem, not an authentication problem. The article’s design shows that the decisive boundary is the sensitive action, not the initial sign-in event. Once teams move from login to payout changes, recovery resets, or admin configuration changes, the control must prove intent at the moment of risk. That is why step-up belongs in the same governance conversation as PAM and high-risk workflow approvals, not only MFA rollout. Practitioners should treat this as a control-placement decision, not a factor-choice exercise.

SMS and voice OTP are structurally misaligned with high-risk identity assurance. The article does not merely prefer stronger factors. It identifies replay, relay, SIM-swap, and carrier social engineering as failure paths that break OTP-based trust at the policy boundary. That is the important governance lesson for the field: if a factor can be observed, repeated, or socially engineered outside the protected session, it is not fit for sensitive-action assurance. Practitioners should stop treating OTP compatibility as a default requirement for elevated access.

Signed step-up outcomes create an auditable proof layer that identity programmes have lacked. Many identity controls prove that a user authenticated, but far fewer prove that a specific action was protected by a specific assurance chain and then recorded for review. This model points to a governance gap between enforcement and evidence. The issue is not only whether the step-up happened, but whether the resulting proof can survive audit, incident review, and downstream policy validation. Practitioners should require artefacts, not just prompts.

High-risk assurance now spans human, privileged, and machine-to-machine actions. The article’s chain examples include workforce privileged actions, consumer changes, contact center resets, and M2M token minting with human approval. That broadens the control model across identity classes without collapsing them into the same assurance method. The field should read this as a sign that step-up policy design is converging across IAM, PAM, and NHI governance. Practitioners should standardise the assurance pattern while keeping actor-specific proof requirements distinct.

Intent binding is the named concept that matters here: security controls must verify the action, not just the actor. The article’s entire design is built around binding the chain to a protected action, a session, and an origin before the approval is accepted. That is what separates strong step-up from generic second-factor prompting. For identity governance, the implication is clear. If the control cannot bind assurance to a specific action context, it cannot reliably support high-blast-radius decisions.

From our research:

  • The average estimated time to remediate a leaked secret is 27 days, despite 75% of organisations expressing strong confidence in their secrets management capabilities, according to The State of Secrets in AppSec.
  • Only 44% of developers are reported to follow security best practices for secrets management, which shows how quickly assurance claims diverge from operational behaviour.
  • If you are also hardening workload and machine identity, read Ultimate Guide to NHIs , Lifecycle Processes for Managing NHIs for the lifecycle controls that complement step-up.

What this signals

Intent binding is becoming the dividing line between usable step-up and theatre. Teams that keep OTP or generic prompt logic in high-risk workflows will continue to expose themselves to replay and relay abuse. The stronger pattern is to bind the assurance chain to the protected action, the session, and the originating context so audit evidence is meaningful later.

With 43% of security professionals concerned about AI systems learning and reproducing sensitive information patterns from codebases, identity controls increasingly need to protect both people and the automation around them. That makes step-up part of a broader boundary design problem across IAM, PAM, and workload access.

The programme signal is simple: policy owners should expect more requests for transaction-level assurance and less tolerance for generic login friction. Teams that prepare now will be able to separate sensitive actions from routine access without overburdening users.


For practitioners

  • Map step-up to protected actions, not login states Identify the small set of actions that change money movement, recovery paths, delegated trust, or privileged configuration, then require chained assurance only there. Keep the policy tied to the action name and the originating session.
  • Remove OTP from high-risk policy paths Replace SMS, voice, and email OTP with phishing-resistant proofs for actions that would cause irreversible impact if abused. Reserve weaker factors for low-risk interactions where replay resistance is not the governing requirement.
  • Make every approval auditable as a signed artefact Store the correlation identifier, protected action, factor chain, outcome, and timeout result so audit and incident teams can verify what happened without reconstructing the flow from logs alone.
  • Instrument abandon, timeout, and fail reasons Track how often users abandon the chain, time out, or fail a factor so policy owners can tune the number of checks without weakening the assurance boundary. Use those metrics to identify overlong chains and accessibility friction.

Key takeaways

  • Step-up only works when it protects a specific sensitive action, not when it adds friction at login.
  • Phishing-resistant chains plus signed outcomes give practitioners an assurance model that OTP cannot match for high-risk workflows.
  • Identity teams should measure step-up as an auditable control, because proof, not prompt count, is what matters in review and incident response.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST SP 800-63, NIST Zero Trust (SP 800-207) and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST SP 800-63The article centres on assurance levels and phishing-resistant authentication.
NIST Zero Trust (SP 800-207)PR.AC-1Step-up is a continuous verification control at sensitive decision points.
NIST CSF 2.0PR.AC-7Phishing-resistant access controls and verification of identities are central here.

Bind stronger authentication to high-risk actions instead of assuming initial login is sufficient.


Key terms

  • Step-up authentication: Step-up authentication is an additional verification step triggered when a user attempts a higher-risk action. It is not meant to make every interaction harder. Its purpose is to raise assurance only where the potential impact, sensitivity, or fraud risk justifies stronger proof.
  • Phishing-resistant factor: A phishing-resistant factor is a proof method that cannot be easily replayed, relayed, or copied by an attacker during a live phishing session. Public-key based verification is the clearest example. The key requirement is that the proof is bound to the correct origin and session.
  • Assurance binding: Assurance binding is the linking of an approval or verification result to a specific session, origin, and protected action. In practice, it creates evidence that the right control was used for the right event. Without it, organisations may know an authentication occurred but not what it actually protected.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.

This post draws on content published by Scramble ID: XFactor Step-Up Status (June 2026). Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-01-18.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org