A company is implementing a passwordless authentication solution using FIDO2/WebAuthn. What is the primary security advantage of this approach over traditional password-based authentication?
FIDO2's origin-bound keys prevent phishing.
Why this answer
FIDO2 uses public key cryptography, so private keys never leave the device, preventing credential theft.