By NHI Mgmt Group Editorial TeamPublished 2025-10-22Domain: Governance & RiskSource: Abnormal AI

TL;DR: Attackers are bypassing Microsoft 365 MFA by abusing long-lived tokens, legacy authentication, and missing token binding rather than malware, according to Abnormal AI. The real control failure is that many organisations still treat MFA as sufficient while session policy, reauthentication, and legacy protocol exposure continue to create post-login attack paths.


At a glance

What this is: This analysis shows how Microsoft 365 account takeovers increasingly come from token replay, legacy authentication, and posture misconfigurations that sidestep MFA rather than defeating it directly.

Why it matters: It matters because IAM teams need to govern sessions, protocols, and token controls as part of MFA effectiveness, not as separate hardening tasks, across human, NHI, and autonomous access paths.

By the numbers:

👉 Read Abnormal AI's analysis of Microsoft 365 MFA bypass through tokens and legacy auth


Context

Microsoft 365 MFA bypass is often a session and configuration problem, not a password problem. When legacy authentication stays enabled, token lifetimes remain long, or tokens are not bound to devices, attackers can reuse valid access without triggering the controls that many teams assume are protecting them.

For IAM and security teams, this is a governance issue as much as an authentication issue. The article shows how posture drift in session policy, protocol allowance, and token protection can quietly undermine MFA across human accounts and adjacent machine access paths that rely on the same identity layer.


Key questions

Q: How should security teams reduce Microsoft 365 MFA bypass risk?

A: They should focus on the controls that make MFA meaningful after login: disable legacy authentication, shorten token lifetimes, and bind sessions to device context. MFA alone does not stop replay if the session remains portable or long-lived. The goal is to make captured access unusable outside the trusted environment.

Q: Why do long-lived tokens create more risk than a failed password attack?

A: A failed password attack ends at the login screen, but a stolen token can preserve access after MFA and keep working until it expires or is revoked. That turns one successful phishing event into sustained access. The longer the token remains valid, the larger the attacker's usable window becomes.

Q: What do teams get wrong about Conditional Access and legacy protocols?

A: They often assume Conditional Access covers all sign-ins equally, but legacy protocols can bypass the modern policy layer entirely. If those protocols remain enabled for convenience, attackers can use stolen credentials without triggering MFA. Coverage must be measured by protocol, not by policy intent.

Q: Who is accountable when a valid session token is replayed?

A: Accountability usually spans IAM, endpoint, and cloud platform owners because replay indicates a control gap across session governance, device context, and authentication policy. The key question is whether the organisation had explicit controls for token binding, reauthentication, and legacy-auth removal. If not, the failure is architectural, not just operational.


Technical breakdown

How long-lived tokens extend post-MFA access

A session token is the proof a user has already authenticated, so the security value depends on how long that proof remains valid and where it can be reused. If Microsoft 365 session lifetimes are long and reauthentication is weak, a stolen token can outlive the original login event and remain usable without another MFA prompt. That creates a post-authentication attack surface that is separate from password theft. Controls such as Continuous Access Evaluation and tighter session policy reduce the period in which a captured token stays valuable.

Practical implication: shorten session lifetimes and force reauthentication where business risk justifies it.

Why legacy authentication bypasses Conditional Access

Legacy protocols such as BAV2ROPC are dangerous because they do not evaluate the same modern policy stack as interactive sign-ins. In practice, that means stolen credentials can be accepted even where MFA and Conditional Access would normally intervene. The issue is not sophistication of exploitation but policy omission. Once legacy auth remains enabled for compatibility, it becomes an alternate path into the tenant that bypasses the assumptions embedded in modern access control. This is one of the clearest examples of configuration debt creating identity risk.

Practical implication: inventory and disable legacy authentication anywhere it is still accepted.

What token binding changes about replay risk

Token binding ties a session token to a specific device or trusted context so a captured token is harder to replay elsewhere. Without binding, a valid token may be portable across devices and locations, which lets an attacker turn a successful phishing event into persistent access. That is why device signals and impossible-travel style anomaly detection matter after authentication, not just before it. The control question is whether a token is merely valid or actually constrained to the context in which it was issued.

Practical implication: add device binding and post-authentication anomaly detection for high-risk accounts.


NHI Mgmt Group analysis

Microsoft 365 MFA is only as strong as the session policies around it. The control failure here is not that MFA was absent, but that post-authentication access remained usable for too long through long-lived tokens and weak reauthentication. In governance terms, the real boundary is the session, not the login screen. Practitioners should treat MFA effectiveness as a lifecycle issue for access tokens, not a one-time authentication event.

Legacy authentication is a parallel identity plane, not a compatibility exception. BAV2ROPC and similar protocols bypass the policy layer that modern IAM teams assume is enforcing Conditional Access. That means organisations can have a formal MFA programme while still leaving an alternate route into the tenant open. The implication is that access policy coverage must be measured across all protocols, not just preferred ones.

Token binding creates identity-specific containment where generic validity does not. A token that is valid everywhere is a portable credential, which is exactly what attackers need after phishing or credential theft. Binding tokens to devices and combining that with anomaly detection narrows the blast radius of stolen sessions. Security teams should judge whether their current controls limit replay, not merely whether they detect sign-in success.

Posture drift is the hidden assumption that MFA will compensate for everything else. That assumption was designed for environments where modern auth, device context, and session governance were already in place. It fails when the organisation leaves long-lived sessions, legacy protocols, and weak token controls active at the same time. The implication is that MFA programmes must be evaluated as part of identity posture, not as a standalone control.

Session governance now has cross-domain relevance for human and machine identities. The same operational mistake that leaves a human session exposed for days also weakens service-account and agent access when tokens or credentials remain broadly reusable. This is where NHI and human IAM converge: if access proof is portable, the identity layer no longer knows who or what is acting. Practitioners should align token governance across all identity classes.

From our research:

  • 64% of valid secrets leaked in 2022 are still valid and exploitable today, proving that detection alone is not enough without automated revocation, according to The State of Secrets Sprawl 2026.
  • AI-related credential leaks surged 81.5% year-over-year in 2025, with the surrounding AI infrastructure leaking 5x faster than core LLM providers.
  • The next control question is whether identity teams can revoke, bind, and scope tokens fast enough to shrink exposure before replay becomes persistence, as explored in Guide to the Secret Sprawl Challenge.

What this signals

Post-MFA access is now the control surface that matters. Teams that still treat MFA as the endpoint of authentication will miss the session, protocol, and token problems that attackers actually exploit. The practical shift is to govern identity proof after issuance, not just at the sign-in moment, and to review legacy authentication with the same scrutiny as privileged access paths.

Token replay is becoming a normalisation risk for identity programmes. Once users, service accounts, and connected apps all depend on reusable proof, any unbound token expands the blast radius of one compromise. The same governance pattern appears in the 52 NHI Breaches Analysis, where standing access and poor offboarding repeatedly turned a single credential into prolonged exposure.

Identity teams should align session governance with modern zero-trust expectations. Zero Trust Architecture assumes continuous verification, but long-lived sessions and legacy auth undermine that model at the protocol layer. If your programme does not measure token reuse, device context, and protocol coverage, you do not have a reliable view of access risk across the tenant.


For practitioners

  • Audit all enabled authentication protocols Identify every Microsoft 365 sign-in path that still accepts legacy authentication, then remove exceptions that bypass Conditional Access and MFA. Keep a documented inventory so compatibility decisions are visible to IAM, security operations, and application owners.
  • Shorten token lifetimes and reauthentication windows Review default session settings for high-risk user groups and reduce the period in which a stolen token remains valid. Pair the change with business-approved reauthentication prompts for sensitive actions and privileged roles.
  • Bind sessions to device context Use device binding or equivalent controls so a token captured on one endpoint cannot be replayed freely elsewhere. Add impossible-travel and abnormal-session monitoring to catch reuse from unfamiliar locations or devices.
  • Treat posture drift as an identity control failure Continuously compare tenant settings against your intended access policy baseline, then route misconfigurations into a remediation workflow. Include session policy, legacy auth, and token protection in the same review cycle instead of handling them separately.

Key takeaways

  • Microsoft 365 MFA bypasses often succeed because session and protocol controls are weaker than the authentication step itself.
  • Long-lived tokens, legacy authentication, and missing device binding create the persistence window attackers need after a successful phishing event.
  • Teams should govern token lifetime, protocol exposure, and replay resistance as core identity controls, not optional hardening tasks.

Standards & Framework Alignment

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

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

FrameworkControl / ReferenceRelevance
NIST Zero Trust (SP 800-207)PR.AC-7Session trust and continuous verification are directly undermined by replayable M365 tokens.
NIST CSF 2.0PR.AC-4Access permissions and session controls must limit how long compromised credentials remain usable.
NIST SP 800-63Digital identity guidance supports phishing-resistant, context-aware authentication and recovery.

Treat token replay as a zero-trust failure and enforce continuous verification for high-risk sessions.


Key terms

  • Session Token: A session token is a proof artifact issued after authentication that lets a user keep accessing a system without repeating the full login flow. In Microsoft 365 contexts, the security question is how long that proof remains valid, where it can be replayed, and whether it is tied to a trusted device or location.
  • Legacy Authentication: Legacy authentication is an older sign-in method that may not enforce the same modern policy checks as contemporary authentication flows. In identity governance, it is risky because it can bypass MFA, Conditional Access, and token protections, creating alternate access paths that remain invisible if teams only assess interactive login methods.
  • Token Binding: Token binding is a control that cryptographically or contextually ties a session token to a specific device or trust boundary. It reduces replay risk because a stolen token is less useful outside the environment in which it was issued, which helps contain the impact of phishing and credential theft.
  • Posture Drift: Posture drift is the slow divergence between intended security settings and the actual configuration of a tenant or platform. In Microsoft 365, it often appears in session lifetime settings, legacy protocol allowances, and token policies, which makes identity controls weaker over time even when the programme appears compliant.

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 Abnormal AI: Microsoft 365 MFA bypasses through long-lived tokens, legacy auth, and posture gaps. Read the original.

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