By NHI Mgmt Group Editorial TeamDomain: Best PracticesSource: DescopePublished February 28, 2025

TL;DR: Phishing and credential theft are reduced far better by passkeys, email magic links, authenticator apps, and hardware security keys than by SMS and push-based flows, while also improving session handling and recovery design, according to Descope. The key governance point is that MFA is only as strong as the fallback path, because weak recovery and approval fatigue can undo strong primary factors.


At a glance

What this is: This explainer compares safer MFA methods and shows why phishing-resistant flows, not just multiple factors, are the real control objective.

Why it matters: IAM teams need to design authentication around resistance to phishing, session abuse, and weak recovery paths across human identity programmes and adjacent access governance.

By the numbers:

👉 Read Descope's analysis of the safest MFA methods and login flows


Context

Phishing-resistant MFA is the core issue here: if a login flow can be tricked, replayed, or fatigued, it is not delivering the identity assurance the programme thinks it is. For human IAM, the real question is not whether MFA exists, but whether the chosen factor resists credential theft, session hijacking, and coercion under real attack conditions.

Descope's article is a practical comparison of four stronger MFA methods and the failure modes of weaker ones such as SMS and push approvals. That matters because authentication design is still one of the most common places where organisations accept convenience trade-offs that later become identity compromise paths.

For identity teams, the governance lesson extends beyond login choice. The safest MFA pattern is the one that survives fallback, account recovery, and device loss without reopening the same risks the primary control was meant to close.


Key questions

Q: How should security teams implement phishing-resistant MFA for privileged SaaS access?

A: Start with the identities that can export data or change access, including IdP admins, SaaS admins, and helpdesk staff. Use FIDO2 or passkeys, not push approval, and pair MFA with device checks and token monitoring. The goal is to reduce the chance that an attacker can turn a live session into reusable access.

Q: Why do MFA implementations still fail even when a second factor is enabled?

A: MFA fails when the validation process is weaker than the factor itself. Common failure points include permissive retry counts, broad session reuse, long acceptance windows for time-based codes, and no alerting on repeated failures. In those cases, the second factor exists, but the attacker can still brute-force or abuse it.

Q: What do organisations get wrong about push notification MFA?

A: Organisations often treat push MFA as if user approval were equivalent to strong proof of identity. In practice, the approval step is human and therefore pressure-sensitive. If users can be fatigued, impersonated, or rushed, the authentication model is weaker than the policy suggests.

Q: How can teams tell whether their MFA design is actually strong enough?

A: Check whether the factor resists phishing, whether recovery preserves the same assurance, and whether sessions can be revoked quickly after suspicious behaviour. If any of those three steps are weaker than the login flow, the programme is still exposed.


Technical breakdown

Why phishing-resistant MFA changes the threat model

Phishing-resistant MFA uses cryptographic proof or device-bound verification instead of reusable shared secrets. Passkeys and hardware security keys bind authentication to a device and a private key that does not leave the authenticator, which means a stolen password or fake login page is not enough to authenticate. Email magic links reduce password exposure but still depend on email account security and deliverability. The technical distinction is that the factor must be non-replayable or strongly bound to the legitimate user context, otherwise MFA becomes only a second prompt rather than a stronger trust signal.

Practical implication: prioritise phishing-resistant factors for any account that can create, approve, or reset access.

Why fallback and recovery are part of MFA security

MFA strength is often undermined by the recovery path, not the primary sign-in flow. If an organisation allows password resets, backup codes, or alternate channels that are easier to compromise than the main factor, attackers will target those pathways first. The article's point about strong fallback mechanisms is important because recovery should preserve assurance, not silently downgrade it. In identity terms, the system must maintain the same trust standard across primary login, device replacement, and account recovery, or the weakest path becomes the real authentication model.

Practical implication: review recovery flows with the same scrutiny as the login journey itself.

Why push and SMS remain high-risk MFA options

SMS and push approvals are vulnerable to SIM swapping, interception, and MFA fatigue. Push-based attacks work because repeated prompts can normalise user approval, turning a signal meant to prove presence into a noisy exception that users click through. SMS adds telecom dependency and message interception risk, which weakens the authenticity of the challenge. In practice, these methods can still be useful as a transitional control, but they do not provide the same resistance to modern phishing and social-engineering campaigns as cryptographic factors do.

Practical implication: treat SMS and push as transitional controls, not the end state for privileged or sensitive access.


NHI Mgmt Group analysis

Phishing-resistant MFA is now an identity assurance problem, not a feature checklist. The article is correct to separate passkeys and hardware security keys from weaker second factors, because the control objective is resisting replay, coercion, and approval abuse. In IAM terms, the programme should measure whether the factor can be phished, not whether the user had to click twice. That makes authentication design a governance decision, not a UX preference.

Fallback paths are the hidden attack surface in most MFA programmes. Strong primary authentication does not matter if reset, backup, or alternate login routes are easier to abuse than the main flow. The same identity assurance standard has to hold across device loss, recovery, and helpdesk intervention, or the attacker simply moves to the softest path. Practitioners should treat recovery as part of the authentication control itself.

Passkeys sharpen the case for reducing shared-secret dependence in human IAM. They change the operating assumption from remembered secrets to device-bound cryptographic proof, which reduces credential theft opportunities. That does not remove governance work, because lifecycle controls still govern enrolment, replacement, and trust on new devices. The practical conclusion is that passkeys should be paired with clear identity lifecycle policy, not deployed as a standalone convenience upgrade.

SMS and push fatigue remain symptoms of a broader control design problem. Organisations keep these methods because they are easy to roll out, but ease of deployment is not the same as assurance. Where the user can be socially engineered into approving access, the control is really signalling presence, not proving legitimacy. Security teams should expect attackers to keep targeting the human decision point rather than the factor itself.

Safe MFA only works when session management is part of the design. The article's mention of secure session handling is important because identity assurance does not end at login. If session continuation, reauthentication, or revocation are weak, attackers can still hijack access after the factor has done its job. Practitioners need to align MFA with session lifecycle controls, not treat it as a standalone gate.

From our research:

  • Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation, according to the AI Agents: The New Attack Surface report.
  • 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials.
  • That same programme gap is why OWASP Agentic AI Top 10 matters when authentication decisions extend into autonomous systems.

What this signals

Phishing-resistant MFA should be treated as a baseline control for human identity programmes that still rely on privileged workflows. The practical shift is away from second-factor presence toward factor resistance, recovery integrity, and session revocation. Teams that keep SMS or push as default options will keep carrying avoidable account-takeover risk into their IAM stack.

Passkey adoption will force identity teams to tighten lifecycle governance around enrolment, replacement, and device trust. The value is not just password reduction, but the ability to reduce shared-secret exposure across the account lifecycle. That makes enrolment policy, lost-device handling, and admin recovery the places to watch.

Authentication design is becoming a cross-domain control point between IAM, PAM, and session governance. As more sensitive workflows move to stronger factors, the programme has to connect login assurance with step-up policy and revocation speed. The right lens is whether access can be trusted after the first challenge is satisfied, not only at the point of login.


For practitioners

  • Prioritise phishing-resistant factors for high-value accounts Move administrative, executive, finance, and support accounts to passkeys or hardware security keys first, then phase weaker methods out of sensitive workflows.
  • Review recovery paths as part of the authentication control Test password reset, backup code, device replacement, and helpdesk recovery steps against the same assurance standard as the primary sign-in flow.
  • Reduce dependence on SMS and push approvals Limit SMS and approval-based push flows to lower-risk use cases while planning a migration to cryptographic factors for sensitive access.
  • Align MFA with session governance Tie sign-in strength to session lifetime, step-up triggers, and revocation rules so a strong login is not followed by weak session control.

Key takeaways

  • Phishing-resistant MFA changes the security objective from multi-step login to durable identity assurance.
  • Weak recovery, SMS fallback, and push fatigue are often the real failure modes, not the primary factor itself.
  • Teams should treat passkeys and hardware keys as part of a broader authentication and session governance model.

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 CSF 2.0, NIST Zero Trust (SP 800-207), CIS Controls v8 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST SP 800-63SP 800-63BThe article is about authentication and MFA assurance for human identities.
NIST CSF 2.0PR.AA-1Authentication assurance and factor strength sit in the Protect function.
NIST Zero Trust (SP 800-207)Zero trust depends on continuous verification of identity claims.
CIS Controls v8CIS-6 , Access Control ManagementMFA is part of governing user access and privileged entry paths.
NIST SP 800-53 Rev 5IA-2IA-2 governs identification and authentication for system access.

Use SP 800-63B to prefer phishing-resistant authenticators for sensitive and privileged access.


Key terms

  • Phishing-Resistant MFA: Phishing-resistant MFA uses authentication factors that cannot be easily replayed, intercepted, or socially engineered. In regulated environments, this usually means device-bound or cryptographic methods rather than push prompts or SMS codes, because the control must hold up under realistic attack conditions.
  • Passkey: A passkey is a passwordless credential based on public key cryptography. A private key stays on the user’s device, while a public key is stored by the service. During login, the device signs a challenge after local unlock, which reduces phishing and eliminates shared secret reuse.
  • MFA Fatigue: MFA fatigue is the behavioural pressure created when repeated login prompts make a person more likely to approve access without checking carefully. It is a control failure in the authentication experience, and it becomes dangerous when the approved session carries broad privilege or long-lived access.
  • Account recovery flow: The recovery path used to regain access after a password loss, device change, or session lockout. It is part of authentication governance, not just support, because a weak recovery branch can bypass stronger controls and convert a temporary issue into durable account takeover.

What's in the full article

Descope's full article covers the implementation detail this post intentionally leaves for the source:

  • Practical comparisons of passkeys, email magic links, authenticator apps, and hardware security keys in user-facing flows
  • Implementation notes on SPF, DKIM, and DMARC for email magic-link deliverability and spoofing resistance
  • Flow examples for password plus token, passkey-based login, and password plus magic-link authentication
  • Discussion of when SMS and push should be treated as transitional options rather than final-state controls

👉 Descope's full article covers the safer MFA methods, fallback cautions, and example authentication flows in more detail.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building or maturing an IAM programme, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 16, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org