Understanding Accessible Authentication

Accessible Authentication Success Criteria text

AA

If an authentication process relies on a cognitive function test, at least one other method must also be available that does not rely on a cognitive function test.

Cognitive function test definition

A task that requires the user to remember, manipulate, or transcribe information. Examples include, but are not limited to:

Remembering your own name, email address, or phone number is not considered a cognitive function test.

Intent of Accessible Authentication

The purpose of this success criterion is to ensure there is an accessible, easy-to-use, secure method to log in and access content. Most websites rely on usernames and passwords for logging in. Memorizing a username and password (or transcribing it manually) places a very high or impossible burden upon people with certain cognitive disabilities.

Cognitive function tests are known to be problematic for many people with cognitive disabilities. Whether it is remembering random strings of characters, a pattern gesture to perform on a touch screen, or identifying which images include a particular object, this form of test will exclude some people. When a cognitive function test is used, that at least one other authentication method must available which uses does not use a cognitive function test.

Websites can employ username (or email) and password inputs as an authentication method if it meets Success Criterion 1.3.5 Input Purpose and password managers / browser functionality is not blocked. When properly marked up, browser features or password managers can save the user’s information and refill the login.

If there is more than one step in the authentication process, such as with multi-factor authentication, all steps should comply with this success criterion. There should be a path through authentication that does not rely on cognitive function tests.

Benefits of Focus Visible

People with cognitive issues to do with memory, reading (e.g. dyslexia), numbers (e.g. dyscalculia), or perception-processing limitations will be able to authenticate irrespective of the level of their cognitive abilities.

Examples of Focus Visible

Techniques for Focus Visible

Sufficient Techniques for Accessible Authentication

  1. Email link authentication
  2. @@ Providing a properly marked up email and password inputs.
  3. @@ Providing WebAuth as an alternative to username/password.
  4. @@ Providing a 3rd party login using oAuth.
  5. @@ Using two techniques provide 2 factor authentication.

Additional Techniques (Advisory) for Accessible Authentication

Failures for Accessible Authentication