Accessible Authentication
Accessible authentication refers to designing login and sign-in processes so that people with disabilities can complete them, including those who use assistive technologies, alternative input methods, or constrained devices. The goal is to provide a way to log in that is easy to use and secure without requiring tasks that some users may struggle with, such as memorizing and transcribing complex information or solving puzzles. This helps ensure that verifying your identity does not become a barrier to accessing content or completing tasks.
Accessible Authentication is addressed in WCAG 2.2 through two success criteria published by the W3C Web Accessibility Initiative: SC 3.3.8 Accessible Authentication (Minimum), a Level AA criterion, and SC 3.3.9 Accessible Authentication (Enhanced), a Level AAA criterion. Both were added in WCAG 2.2 and are intended to ensure there is an accessible, easy-to-use, and secure method for users to authenticate when logging in and undertaking tasks. In general terms, these criteria seek to avoid requiring a cognitive function test (such as recalling a password or solving a puzzle) as part of authentication unless an accepted alternative is provided, with the Enhanced (AAA) criterion imposing stricter conditions than the Minimum (AA) criterion. Meeting these success criteria supports conformance to a stated WCAG level but does not by itself guarantee an accessible experience for all users; manual and assistive technology testing remains necessary, and this entry is not legal advice.
Why it matters
Authentication is a gateway task: if a person cannot complete a login or identity-verification step, everything behind that step becomes inaccessible to them, regardless of how well the underlying content is designed. Common authentication patterns place substantial demands on memory and cognitive processing, such as requiring users to recall and accurately transcribe complex passwords or to solve puzzles like CAPTCHAs. These tasks can present significant barriers for people with cognitive or learning disabilities, and can also be difficult for people using assistive technologies, alternative input methods, or constrained devices.
Recognizing this, the W3C added two success criteria in WCAG 2.2 that directly address authentication: SC 3.3.8 Accessible Authentication (Minimum) at Level AA and SC 3.3.9 Accessible Authentication (Enhanced) at Level AAA. Their shared purpose is to ensure there is an accessible, easy-to-use, and secure method for users to authenticate when logging in, accessing content, and undertaking tasks. Because Level AA is the conformance level most commonly cited as a target in policy and settlement contexts, the Minimum criterion in particular is likely to factor into how organizations evaluate their login flows.
Meeting these success criteria supports conformance to a stated WCAG level, but it does not by itself guarantee an accessible experience for every user or immunity from legal claims. Automated tools detect only a portion of potential issues, so manual and assistive technology testing remains necessary. This entry is informational and not legal advice; organizations with questions about their specific obligations should consult qualified legal counsel and monitor current agency rulemaking, as requirements continue to evolve through regulation and case law.
Who it's relevant to
Inside Accessible Authentication
Common questions
Answers to the questions practitioners most commonly ask about Accessible Authentication.