nexalign

Glossary term

FIDO2

Also: WebAuthn, CTAP2

Open authentication standard of FIDO Alliance and W3C, comprising WebAuthn (browser/platform interface) and CTAP2 (device protocol). Foundation for phishing-resistant MFA and Passkeys.

WebAuthn defines how a browser or app communicates with the OS or an external authenticator (USB, NFC, BLE). CTAP2 defines the device protocol. Together they provide public-key-based login without shared secrets.

Security properties: phishing-resistant (origin binding), no replay (counter and challenge), no server secret (only public keys stored). Meets NIST AAL3 when a hardware authenticator with user verification is used.

In regulated use important: attestation statement provides device vendor and security level. For DORA- and NIS2-relevant access, attestation is typically required.

Related terms