"Push… Push… Push…"
In a passwordless world, we traded the complexity of complex strings for the simplicity of a push notification. But in doing so, we created a new vulnerability: The Notification Cannon.
Since user email addresses are essentially public information—easily scraped from LinkedIn or corporate directories—an attacker doesn’t need to steal a password to harass your employees. They just need to type a username into your login portal and hit "Submit."
If your security architecture is reactive, it blindly obeys. It sends a verification request to the user’s phone. The user ignores it. The attacker hits "Resend." The phone lights up again. Eventually, driven by fatigue, the user hits "Approve" just to make it stop.
The perimeter falls, and the attacker didn't even need to crack a hash.
The problem isn't that we got rid of passwords. The problem is that we are treating the Claim of Identity (the username) as enough justification to disturb the user.
To solve MFA fatigue, we must introduce a context layer before the authentication prompt. We call this Device Validation.
In a robust Continuous Authentication environment, the workflow changes:
This implies a binary outcome that saves your Helpdesk:
Here is the critical difference: The system does nothing.
It creates a "Silent Block." It does not forward the request to the user’s phone. The attacker is left staring at a loading screen or a generic error, and the employee continues their dinner, completely unaware that an attack was attempted.
By filtering requests at the device level, you stop the Helpdesk from being the "Department of User Anxiety."
As we move into 2026, the username is no longer a secret. It is public data. If your security relies on the secrecy of an email address, you are already breached.
Continuous Authentication and Device Trust ensure that, while the username may be public, the right to prompt the user is reserved only for trusted devices.
Stop asking your users to be human firewalls. Let the device validation do the heavy lifting, and let your Helpdesk get back to work that actually matters.