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.

Audio Summary

0:00--:--
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

Trivy Supply Chain Compromise: Defender Guidance

Microsoft has published detection, investigation, and mitigation guidance for the March 2026 Trivy supply chain compromise that affected the Trivy binary and related GitHub Actions. The incident matters because it weaponized trusted CI/CD security tooling to steal credentials from build pipelines, cloud environments, and developer systems while appearing to run normally.

Security

AI Agent Governance: Aligning Intent for Security

Microsoft outlines a governance model for AI agents that aligns user, developer, role-based, and organizational intent. The framework helps enterprises keep agents useful, secure, and compliant by defining behavioral boundaries and a clear order of precedence when conflicts arise.

Security

Microsoft Defender Predictive Shielding Stops GPO Ransomware

Microsoft detailed a real-world ransomware case in which Defender’s predictive shielding detected malicious Group Policy Object abuse before encryption began. By hardening GPO propagation and disrupting compromised accounts, Defender blocked about 97% of attempted encryption activity and prevented any devices from being encrypted through the GPO delivery path.

Security

Microsoft Agentic AI Security Tools Unveiled at RSAC

At RSAC 2026, Microsoft introduced a broader security strategy for enterprise AI, led by Agent 365, a new control plane for governing and protecting AI agents that will reach general availability on May 1. The company also announced expanded AI risk visibility and identity protections across Defender, Entra, Purview, Intune, and new shadow AI detection tools, signaling that securing AI usage is becoming a core part of enterprise security operations as adoption accelerates.

Security

Microsoft CTI-REALM Benchmarks AI Detection Engineering

Microsoft has introduced CTI-REALM, an open-source benchmark designed to test whether AI agents can actually perform detection engineering tasks end to end, from interpreting threat intelligence reports to generating and refining KQL and Sigma detection rules. This matters because it gives security teams a more realistic way to evaluate AI for SOC operations, focusing on measurable operational outcomes across real environments instead of simple cybersecurity question answering.

Security

Microsoft Zero Trust for AI: Workshop and Architecture

Microsoft has introduced Zero Trust for AI guidance, adding an AI-focused pillar to its Zero Trust Workshop and expanding its assessment tool with new Data and Network pillars. The update matters because it gives enterprises a structured way to secure AI systems against risks like prompt injection, data poisoning, and excessive access while aligning security, IT, and business teams around nearly 700 controls.