What Is ConsentFix?
Written by: Lizzie Danielson
Published: 8/24/2026
FAQs
Not exactly. A phishing email is often how the attack starts, but ConsentFix itself is the technique used once someone clicks through: getting the user to complete a fake step in a real Microsoft sign-in flow that quietly exposes an OAuth authorization code (via the redirect URL), which the attacker then trades for access and refresh tokens.
No. ConsentFix works around MFA rather than through it. The user completes a legitimate authentication step that has already satisfied MFA, so no additional challenge is triggered in that flow, and the attacker walks away with a valid token instead of a password. For more background on why MFA still matters, and where its limits are read how multi-factor authentication saves the SMB.
ClickFix tricks a user into running malicious code on their own device through a fake verification prompt. ConsentFix uses that same trick-the-user approach, but targets Microsoft 365's OAuth consent screens instead, aiming to steal an OAuth authorization code—and the access and refresh tokens it turns into—rather than execute code locally.
Not always. Depending on how your Microsoft 365 environment is configured and which tokens the attacker stole, those tokens can remain valid until they're revoked or expire—even if you reset the password. That's why fast token revocation and app-consent review matter just as much as password hygiene.
Any organization using Microsoft 365 can be targeted, but users with access to sensitive data or elevated permissions represent higher-value targets, since a stolen token can carry whatever access that user already has.