What breaks is the trust boundary between the user’s browser and the identity provider. The victim may successfully authenticate, but the attacker captures the resulting session cookie and reuses it to take over the account. That means MFA completion alone does not prove the session is safe. If the session token is stolen, the attacker can often move into connected SaaS applications through SSO.
Why This Matters for Security Teams
A phishing site that proxies Okta login traffic does not need to defeat MFA in the classic sense. It only needs to relay the user’s credentials and second factor long enough to obtain a valid session token. Once that token exists, the attacker is no longer guessing a password, but presenting a trusted session to the identity provider and downstream SaaS apps. That makes the browser, the IdP, and the session lifecycle the real security boundary, not the one-time MFA prompt.
This is why session theft is so dangerous in SSO environments. The same playbook has shown up in incidents like the Okta Breach and the MGM Resorts Breach 2023 — Scattered Spider, where access did not end at authentication. According to NHI Mgmt Group, 90% of IT leaders say properly managing NHIs is essential for a successful zero-trust implementation, which reflects the broader reality that identity assurance must extend beyond human login events. In practice, many security teams discover the weakness only after a stolen session is already being used across SaaS applications.
How It Works in Practice
Phishing proxy kits sit between the victim and the legitimate login page. The user enters credentials, completes MFA, and sees what looks like a normal successful sign-in. Behind the scenes, the proxy forwards each step to the real IdP, then captures the resulting session cookie or token. If the environment trusts that session without additional checks, the attacker can reuse it until it expires or is revoked.
That failure mode is why guidance from NIST SP 800-53 Rev. 5 focuses on stronger authentication, session protection, and access enforcement rather than MFA alone. It also explains why organizations increasingly pair identity controls with device and session signals: token binding, continuous risk evaluation, step-up checks for sensitive actions, and rapid revocation when anomalous use appears. NHI Mgmt Group’s research on the Ultimate Guide to Non-Human Identities is also relevant here because the same token abuse pattern extends to API keys, service accounts, and other machine identities once an attacker pivots beyond the user session.
- Short-lived sessions reduce the window for replay, but only if expiration is enforced consistently across apps.
- Device posture, geo-velocity, and impossible-travel checks can help identify a proxied login after the fact.
- Phishing-resistant MFA, such as FIDO2 passkeys, raises the bar because the proxy cannot easily relay a challenge bound to the origin.
- Real protection depends on detecting and invalidating the session, not treating MFA success as proof of trust.
These controls tend to break down in legacy SSO setups that rely on long-lived cookies, weak token revocation, or SaaS apps that do not honor immediate session invalidation.
Common Variations and Edge Cases
Tighter session controls often increase user friction and operational overhead, so teams have to balance fast access against stronger verification at risky moments. Best practice is evolving, and there is no universal standard for every app stack yet.
Some environments still expose gaps even when MFA is strong. A reverse proxy can capture a valid browser session, but it may not survive additional checks such as device binding, conditional access, or token reauthentication for privileged actions. Conversely, some SaaS services accept the stolen session until TTL expiry, which means the practical impact depends on how quickly the IdP and connected apps can revoke tokens and propagate logout.
Edge cases matter most for administrators, contractors, and users with broad app access. If the stolen session also reaches privileged consoles, the attacker may create new tokens, add factors, or enroll persistence before detection. That is why incidents such as Cloudflare Breach and Microsoft Midnight Blizzard breach are useful references: the real issue is often not just initial login, but what the stolen session can touch next.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10, OWASP Non-Human Identity Top 10 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | A1 | Session hijack and token replay are core auth failures in modern identity flows. |
| OWASP Non-Human Identity Top 10 | NHI-01 | Stolen sessions mirror NHI token abuse once an attacker pivots beyond the user. |
| CSA MAESTRO | IAM-03 | Proxy-based login abuse shows why runtime identity and trust decisions matter. |
| NIST AI RMF | Identity risk management must account for adversarial manipulation of trust signals. | |
| NIST CSF 2.0 | PR.AC-7 | Session validation and revocation are essential to preventing unauthorized access. |
Treat session tokens as high-value secrets and bind them to device and context where possible.
Related resources from NHI Mgmt Group
- How should security teams handle device code phishing when users complete real Microsoft MFA?
- What breaks when authentication systems allow users to fall back to older MFA methods during a phishing flow?
- What breaks when help desk processes rely on MFA alone against social engineering attacks?
- What is the difference between defending a SaaS account with MFA and defending it with phishing-resistant identity controls?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on September 1, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org