Authentication Intent
Authentication intent is a security measure that requires a person to take a deliberate, explicit action each time they authenticate, proving that a real user is present and consenting to the login. This helps defend against malicious software on a device that might otherwise try to authenticate silently on the user's behalf without their knowledge.
Authentication intent is a property of an authentication process in which the claimant must respond explicitly to each authentication or reauthentication request, per NIST SP 800-63B. Its primary purpose is to serve as a countermeasure against endpoint malware that could otherwise act as a proxy to authenticate an attacker without the subscriber's knowledge. Because it establishes deliberate user participation at the moment of authentication, intent is an authentication-time control and does not, by itself, determine what the authenticated principal is authorized to do; that remains a separate authorization decision. Note that some vendor and research usages extend the term toward binding intent to a specific action or outcome (for example, gesture-based approvals or intent-based authorization), but such formulations blend authentication and authorization semantics and fall outside the core NIST definition of intent as an explicit per-request response.
Why it matters
Endpoint malware is one of the more difficult threats to counter at authentication time, because compromised software running on a trusted device can attempt to drive the authentication process without the user's awareness. Authentication intent addresses this specific risk by requiring the claimant to respond explicitly to each authentication or reauthentication request, per NIST SP 800-63B. By demanding a deliberate human action, intent raises the bar for malware that would otherwise act as a proxy to authenticate an attacker without the subscriber's knowledge.
The control matters because it targets a gap that other authentication properties do not directly close. A possession-based authenticator, for example, may remain connected to a compromised endpoint and be exercised silently; requiring explicit per-request participation makes that silent use materially harder. In most deployments, authentication intent is treated as one layer among several rather than a standalone defense, and its effectiveness depends on the specific action required and how difficult that action is for malware to simulate.
It is important to keep intent scoped correctly. As an authentication-time control, it establishes that a real user is present and consenting at the moment of authentication; it does not, by itself, determine what the authenticated principal is subsequently authorized to do. Some vendor and research usages extend the concept toward binding intent to a specific action or outcome, but those formulations blend authentication and authorization semantics and fall outside the core NIST definition.
Who it's relevant to
Inside Authentication Intent
Common questions
Answers to the questions practitioners most commonly ask about Authentication Intent.
