Universal Authentication Framework
The Universal Authentication Framework (UAF) is an authentication standard created by the FIDO Alliance that lets people sign in without passwords. Instead of typing a password, the user proves their identity on a personal device using methods like a fingerprint, other biometric, or a PIN. The goal is to replace passwords with stronger, device-based ways of verifying who a user is.
FIDO UAF is a FIDO Alliance authentication protocol designed to supplant passwords by providing a unified and extensible passwordless authentication mechanism for online services. In a typical deployment, the user carries a device with a FIDO UAF client stack installed and registers that device (an authenticator) to the online service; subsequent authentication relies on local user verification via inherence factors (such as biometrics) or knowledge factors (such as a PIN) rather than a shared secret transmitted to the server. Per the specifications, UAF supports passwordless and multi-factor authentication scenarios. The published protocol specification referenced here is FIDO UAF v1.2 (2020-10-20), with earlier v1.1 architectural materials also available; UAF addresses authentication (verifying the user) and is distinct from FIDO U2F, which targets second-factor use. Authorization decisions and downstream access control are out of scope for this term.
Why it matters
Passwords remain one of the weakest links in most authentication systems: they are reused across services, susceptible to phishing, and transmitted as shared secrets that can be intercepted or stolen from server-side stores. FIDO UAF matters because it was designed specifically to supplant passwords, moving user verification onto a personal device where inherence factors such as biometrics or knowledge factors such as a PIN are checked locally rather than sending a reusable secret to the online service. For architects evaluating passwordless strategies, UAF represents an early and influential FIDO Alliance approach to eliminating the shared-secret model at the point of authentication.
For identity teams, UAF's device-based model changes the threat surface. Because the local user verification happens on the authenticator and the service does not receive a transmitted password, several classes of credential-theft attack that target shared secrets are addressed at the authentication layer. It is important to keep scope clear, however: UAF concerns authentication, verifying who the user is, and does not by itself make authorization or downstream access control decisions, which remain the responsibility of the relying service.
UAF should also be understood in relation to the broader FIDO family rather than treated as the whole of passwordless. It is distinct from FIDO U2F, which targets second-factor use, and readers evaluating current deployments should assess which FIDO specifications and versions their target platforms and vendors actually support before committing to an approach.
Who it's relevant to
Inside UAF
Common questions
Answers to the questions practitioners most commonly ask about UAF.
