Risk-Based Authentication
Risk-based authentication is a way of checking who a user is that adjusts how much proof it demands based on how risky a sign-in attempt looks. It examines details around each login, such as the device being used and the person's behavior, and asks for extra verification only when something seems unusual. A routine, low-risk sign-in may proceed smoothly, while a suspicious one may trigger additional challenges.
Risk-based authentication (RBA), also called context-based authentication, is an authentication approach that evaluates the level of risk associated with a given login attempt or transaction and applies authentication requirements proportional to that assessed risk. During the authentication step it scores a set of contextual signals, which, depending on the deployment, may include user behavior, device characteristics, and other attributes surrounding the request, to estimate the probability of unauthorized access or account compromise. Based on the resulting risk score, the system can allow, deny, or dynamically require additional verification (commonly step-up authentication). RBA governs the strength and conditions of identity verification (authentication) and is distinct from authorization, which determines what an authenticated principal may access; specific signals, scoring logic, and enforcement actions vary by vendor and configuration.
Why it matters
Static authentication policies force a trade-off between security and usability: requiring the same rigorous challenge for every sign-in frustrates users during routine access, while relaxing requirements to reduce friction weakens defenses against credential compromise. Risk-based authentication addresses this tension by tuning the authentication step to the assessed risk of each attempt, allowing low-risk logins to proceed with minimal friction while reserving stronger verification for attempts that appear unusual or suspect.
Because RBA evaluates contextual signals around each request rather than treating all authentication attempts identically, it can help surface indicators of account compromise, such as anomalous device characteristics or behavior, that a fixed policy would not react to. In most deployments this makes step-up authentication a targeted control, applied when the estimated probability of unauthorized access is elevated rather than imposed universally.
It is important to keep RBA's scope in view: it governs the strength and conditions of authentication (verifying who the principal is) and does not determine what an authenticated principal may access, which is the concern of authorization. The specific signals collected, the scoring logic, and the enforcement actions taken vary by vendor and configuration, so the security value of a given RBA deployment depends heavily on how it is tuned and which signals it consumes.
Who it's relevant to
Inside RBA
Common questions
Answers to the questions practitioners most commonly ask about RBA.
