Reauthentication
Reauthentication is the process of asking a user (or, in some contexts, a workload or automated agent) to prove their identity again after they have already logged in. It is typically triggered during a long session to confirm the person is still present, or before a sensitive action is performed.
Reauthentication is the act of re-verifying a previously authenticated subject's identity during an established session, distinct from the initial identification and authentication event. Per NIST guidance, it confirms a subscriber's continued presence and intent to remain authenticated during an extended usage session. In most deployments it is invoked by policy conditions, such as session duration limits, elevated-risk operations, or step-up requirements before a sensitive action, and the specific triggers and enforcement mechanism vary by vendor and configuration (for example, IBM Security Access Manager uses a protected object policy with a 'reauth' extended attribute, while other platforms configure it through sign-on or authentication policies). Reauthentication concerns re-verifying identity (authentication) and does not by itself determine what the subject may do (authorization); the factors used and whether reauthentication requires the same or a stronger factor depend on the deployment.
Why it matters
Reauthentication addresses a fundamental gap in session-based access: an initial login establishes identity at a single point in time, but sessions can persist for hours or across sensitive operations, during which the originally authenticated subject may no longer be present. By re-verifying identity during an extended session or immediately before a high-value action, reauthentication confirms the subscriber's continued presence and intent to remain authenticated, reducing the window in which a hijacked, abandoned, or shared session can be abused.
Because reauthentication is typically invoked by policy conditions, session duration limits, elevated-risk operations, or step-up requirements before sensitive actions, it lets organizations apply stronger identity assurance selectively rather than forcing constant friction on every request. This makes it a practical control for balancing usability against the risk profile of specific operations. It is important to note that reauthentication re-verifies identity (authentication) and does not by itself determine what the subject is permitted to do; authorization decisions remain a separate concern.
The specific triggers and enforcement mechanisms vary meaningfully by vendor and configuration, so consistency depends on deliberate policy design. Whether reauthentication requires the same factor used at login or a stronger one, and how session state is evaluated, are deployment-dependent choices that directly shape the security value the control provides.
Who it's relevant to
Inside Reauthentication
Common questions
Answers to the questions practitioners most commonly ask about Reauthentication.