They are necessary because attackers use credential stuffing, phishing, and account takeover techniques against valuable accounts. But if every session is challenged, legitimate users experience friction and may abandon the journey. Effective tuning aligns challenge frequency with risk, so security controls protect high-value interactions without undermining conversion, retention, or customer trust.
Why This Matters for Security Teams
In fintech, MFA is not just a login gate. It is a control point for payments, account changes, beneficiary updates, and other actions where fraud losses, regulatory exposure, and customer trust collide. The hard part is that step-up controls are only useful when they are triggered for the right events, at the right risk level, and with tolerable friction. Over-challenge legitimate users and abandonment rises; under-challenge high-risk sessions and attackers move through the journey.
That tension is why tuning cannot be treated as a one-time policy choice. The NIST Cybersecurity Framework 2.0 frames this as an ongoing risk management problem rather than a static authentication setting. NHIMG research on the Ultimate Guide to NHIs shows why identity controls fail when they are either too broad or too weak: 80% of identity breaches involved compromised non-human identities such as service accounts and API keys. The same lesson applies to customer-facing step-up controls. They only work when risk signals, transaction context, and user experience are evaluated together, not in isolation.
In practice, many security teams discover weak step-up tuning only after fraud teams see abuse patterns that the authentication policy never meaningfully interrupted.
How It Works in Practice
Effective step-up design starts with defining which actions deserve extra verification, not merely which sessions should be challenged. In fintech, that usually means prioritising events such as new device enrolment, password reset, payee addition, high-value transfers, profile changes, and unusual session behaviour. The goal is to make MFA adaptive: low-friction for normal activity, stronger verification when the risk score or transaction context changes materially.
Current guidance suggests using a mix of risk signals rather than a single trigger. Useful signals include device reputation, IP anomalies, geolocation mismatch, velocity, behavioural biometrics, transaction amount, account age, recent credential recovery, and prior fraud history. Policies should be evaluated at request time, with the system deciding whether to allow, deny, or step up based on current context. That is consistent with the NIST framework approach and with the tuning lessons that show up in Microsoft Midnight Blizzard breach analysis, where identity abuse and weak boundary assumptions amplified the blast radius.
- Use stronger verification for high-risk, irreversible, or high-value actions.
- Prefer adaptive MFA over blanket challenge rules for every session.
- Keep step-up prompts short and explain why the challenge is happening.
- Measure success by fraud reduction, completion rate, and support contact volume.
- Review false positives weekly during policy tuning and after product changes.
For organisations building a maturity path, the Ultimate Guide to NHIs – Standards is useful because it shows how identity controls should be anchored to governance, visibility, and lifecycle discipline rather than treated as a single login decision. These controls tend to break down when legacy banking flows, shared customer devices, and opaque fraud models make reliable context signals unavailable.
Common Variations and Edge Cases
Tighter step-up controls often increase abandonment, support load, and engineering complexity, so organisations have to balance fraud prevention against conversion and customer trust. That tradeoff is especially sharp in fintech channels where users expect fast access but regulators and risk teams expect strong assurance. There is no universal standard for exactly how much friction is acceptable; current guidance suggests segmenting by product, customer tier, and transaction risk rather than enforcing one rule across every journey.
Edge cases matter. A low-risk balance check should not receive the same challenge logic as a first-time wire transfer. Returning users on trusted devices may warrant softer treatment, while a device change combined with a high-value payment should trigger stronger checks. Organisations also need to consider accessibility, shared devices, travel, account recovery flows, and mobile network instability, all of which can create false positives if the policy is too rigid.
NHIMG’s research indicates that poor identity hygiene and excessive privilege can magnify the impact of a failed challenge design. Even if MFA is present, weak supporting controls can still allow adversaries to move laterally after the first foothold. The practical lesson is to tune step-up with fraud, IAM, and customer experience teams together, not as separate governance streams. In fintech environments with complex partner integrations or heavy API usage, these controls break down when verification logic cannot distinguish a human customer action from an automated transaction or delegated session.
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 OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AA-01 | Adaptive MFA is an identity assurance control tied to authentication risk. |
| NIST AI RMF | Risk-based step-up needs continuous governance over changing context signals. | |
| NIST Zero Trust (SP 800-207) | SA-1 | Step-up decisions should be made from current context, not static trust. |
| OWASP Non-Human Identity Top 10 | NHI-03 | Identity abuse and weak credential hygiene can bypass poorly tuned MFA paths. |
| OWASP Agentic AI Top 10 | Adaptive auth must account for autonomous or automated abuse patterns. |
Tune authentication strength to transaction risk and review challenge rates after each policy change.
Related resources from NHI Mgmt Group
- Why do country-based blocks and step-up challenges matter in fraud and abuse controls for identity flows?
- How should organisations handle step-up and privileged access when credential-based controls are not enough?
- Why does missing MFA still lead to large breaches when organisations have other controls?
- Who should be accountable for password security controls in cloud environments, and what should they govern?