Security

Entra ID OAuth Redirect Abuse Fuels Phishing Attacks

3 min read

Summary

Microsoft says attackers are abusing a normal Microsoft Entra ID OAuth redirect behavior to turn trusted login links into phishing or malware delivery paths, often by forcing an OAuth error and sending victims to attacker-controlled redirect URIs. The campaign matters because it can bypass user suspicion and some security filters without stealing tokens, and it has been observed targeting government and public-sector organizations.

Need help with Security?Talk to an Expert

Introduction: why this matters

OAuth links to well-known identity providers (IdPs) like Microsoft Entra ID are often trusted by users and, in some cases, treated more leniently by security controls. Microsoft’s latest research highlights a “by design” OAuth redirection behavior being abused to send users from legitimate login domains to attacker infrastructure—enabling phishing and malware delivery while looking like a normal sign-in flow.

This is particularly relevant for IT admins in government and public-sector organizations, which were specifically targeted in the observed activity.

What’s new / key findings

Microsoft Defender Security Research Team observed phishing-led exploitation of OAuth redirection mechanics across email, identity, and endpoint signals:

  • Abuse of silent OAuth flows: Attackers craft OAuth authorization URLs using parameters like prompt=none to attempt a silent authentication check (no UI).
  • Intentionally invalid scopes to force an error path: Requests include scope=<invalid_scope> (or other failure triggers) to reliably generate an OAuth error.
  • Error-driven redirect to attacker-controlled URI: When the IdP returns an error (for example, interaction_required), the browser is redirected to the app’s registered redirect URI, which the attacker configures to point to phishing pages or malware download sites.
  • No token theft required for the redirect: The attacker is not necessarily trying to complete OAuth successfully; the redirect is the main goal.
  • State parameter misuse for personalization: The state parameter—meant for request/response correlation—was repurposed to pass the victim’s email address (plaintext, hex, Base64, or custom encoding) so phishing pages can auto-populate identifiers.
  • Campaign delivery patterns: Phishing lures included e-signature requests, financial/social security themes, document sharing, Teams/meeting content, and password reset prompts. Some used PDF attachments with embedded links and even .ics calendar invites.
  • Downstream tooling: Post-redirect pages frequently used phishing frameworks like EvilProxy (attacker-in-the-middle) designed to capture credentials and session cookies, sometimes adding CAPTCHA/interstitial steps.

Impact on IT administrators and end users

  • Higher click-through risk: Links begin on trusted IdP domains (for example, login.microsoftonline.com), increasing user confidence.
  • Defense bypass pressure: Traditional URL reputation checks may focus on the initial domain and miss the eventual destination.
  • Visibility needs across layers: Microsoft notes Defender correlated signals across email, identity, and endpoint, emphasizing that single-control detection may be insufficient.
  • Ongoing threat: Microsoft Entra disabled observed malicious OAuth applications, but related activity persists—monitoring is still required.

Action items / next steps

  1. Hunt for suspicious OAuth authorize patterns in logs and proxy telemetry, especially:
    • prompt=none combined with unusual/invalid scope values
    • Frequent OAuth failures followed by redirects to non-corporate domains
    • Use of /common/ in unexpected high-volume phishing contexts
  2. Review and restrict app consent and app registrations:
    • Audit newly created apps and redirect URIs for untrusted domains
    • Tighten who can register applications/modify redirect URIs in Entra ID
  3. Strengthen phishing protections beyond “trusted domain” checks:
    • Ensure URL detonation/safe-link tooling follows redirects
    • Educate users that “starts at Microsoft sign-in” does not guarantee safety
  4. Validate Conditional Access and session controls:
    • Monitor sign-in and OAuth error telemetry for anomalies and targeted user groups
  5. Use Defender correlation:
    • Leverage Microsoft Defender for Office 365 + Defender for Identity/Endpoint to correlate email lure, sign-in behavior, and endpoint payload activity.

Need help with Security?

Our experts can help you implement and optimize your Microsoft solutions.

Talk to an Expert

Stay updated on Microsoft technologies

OAuthMicrosoft Entra IDphishingMicrosoft Defenderidentity security

Related Posts

Security

macOS ClickFix Campaign Hides Behind Fingerprinting

Microsoft Threat Intelligence reports that a macOS ClickFix campaign has shifted from openly serving malicious lures to using server-side browser fingerprinting that mainly exposes the payload to likely macOS victims. The change makes the operation harder for crawlers, sandboxes, and defenders to spot, increasing the importance of hunting for shared infrastructure patterns and strengthening endpoint protections.

Security

Microsoft CNAPP Leader: KuppingerCole 2026 Report

Microsoft has been named a Leader across all four categories in KuppingerCole’s 2026 CNAPP Leadership Compass, highlighting Defender for Cloud’s unified approach to cloud and AI security. The recognition matters for security teams as CNAPP platforms increasingly focus on exploitability, attack path analysis, AI security posture, and integrated SOC operations across multicloud environments.

Security

ChainDrop npm Attack: Self-Propagating Worm Explained

Microsoft has detailed ChainDrop, a large-scale npm supply chain attack that compromised more than 400 packages using a self-propagating credential-stealing worm. The campaign matters because it targets developer workstations and CI/CD pipelines, steals cloud and publishing credentials, and can automatically republish infected packages across additional publishers.

Security

Microsoft Defender Device Isolation Stops Ransomware

Microsoft Defender’s attack disruption now includes automatic device isolation for compromised endpoints, adding a new containment layer beyond user-based response. In a published QNET case study, Defender isolated an endpoint in 128 seconds, stopping a multi-stage ransomware-related attack before persistence, credential theft, or lateral movement could occur.

Security

Zero Trust for AI: New Microsoft Security Tools

Microsoft has expanded its Zero Trust for AI strategy with new assessment capabilities, a DevSecOps pillar in the Zero Trust Workshop, and practical implementation guidance. The updates help security and platform teams assess AI-related risk, secure AI-assisted development, and build a phased roadmap for adopting Zero Trust controls across AI systems.

Security

CaptiveCrunch Malware Campaign Targets Travelers

Microsoft has disclosed CaptiveCrunch, an active campaign linked to Midnight Blizzard that hijacks traffic on hospitality and captive portal networks to steal credentials and deliver malware. The threat is especially relevant for organizations with frequent travelers because attackers are abusing Entra ID device code flows, fake update prompts, and adversary-in-the-middle phishing to compromise corporate accounts and endpoints.