FIDO2/WebAuthn
FIDO2 is an open set of authentication standards that lets people sign in using external authenticators such as key fobs or biometric methods like fingerprint readers, generally without a traditional password. WebAuthn is the part of FIDO2 that web developers use to add this kind of sign-in to browsers and certain applications. Together, these standards also support the use of passkeys as a passwordless way to authenticate.
FIDO2 is an open authentication standard commonly described as comprising two components: WebAuthn and the Client to Authenticator Protocol (CTAP). WebAuthn refers specifically to the web API that developers use to enable browser-based (and, per the evidence, Android-native) passwordless authentication, while CTAP governs communication between clients and external authenticators such as key fobs. In most implementations, FIDO2 supports authentication via biometric methods (for example, fingerprint reading) and hardware authenticators, and the same standards are leveraged to deploy passkeys. According to the evidence, WebAuthn enjoys wide support across evergreen browsers including Chrome, Safari, and Firefox. Note: this entry defines the standard at a conceptual level and does not address suitability for CUI, DoD RMF, or FISMA authentication assurance requirements; readers should verify applicability against current authoritative guidance (for example, NIST digital identity guidance) and any agency-specific tailoring.
Why it matters
FIDO2 and WebAuthn represent a shift away from traditional shared secrets like passwords toward authentication that relies on external authenticators, biometric methods, and passkeys. For organizations wrestling with credential-based attacks, the appeal of these standards is that they generally do not require a user to enter a reusable password, which reduces the exposure created by password reuse, weak passwords, and credentials that can be intercepted or replayed. Because WebAuthn is an open, browser-facing standard with wide support across evergreen browsers such as Chrome, Safari, and Firefox, it can be adopted without proprietary client software in many web-based scenarios.
For compliance-focused readers, it is important to distinguish the availability of a standard from its acceptability for a given authentication assurance requirement. FIDO2/WebAuthn is a technical authentication mechanism; it is not, by itself, a compliance determination. Whether a FIDO2 implementation satisfies a particular authenticator assurance level, a Controlled Unclassified Information (CUI) protection obligation, a DoD Risk Management Framework (RMF) control, or a FISMA requirement depends on how it is deployed and on the current authoritative guidance and any agency-specific tailoring. This entry describes the standard at a conceptual level and does not resolve those applicability questions.
Readers should therefore treat adoption of FIDO2/WebAuthn as a design decision that still must be mapped to the relevant control set and verified against current official sources, such as NIST digital identity guidance. The evidence supports the description of the standard and its components, but it does not establish suitability for any specific federal, defense, or national security system, and it does not provide metrics on effectiveness.
Who it's relevant to
Inside FIDO2
Common questions
Answers to the questions practitioners most commonly ask about FIDO2.