From f337961f5b668db5982f149a3ceabfddf14060a9 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 1 Sep 2022 08:01:31 -0400 Subject: [PATCH] Added 22H2 support for ECC --- .../identity-protection/hello-for-business/webauthn-apis.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/security/identity-protection/hello-for-business/webauthn-apis.md b/windows/security/identity-protection/hello-for-business/webauthn-apis.md index 8926ad4417..1f1cac4c5c 100644 --- a/windows/security/identity-protection/hello-for-business/webauthn-apis.md +++ b/windows/security/identity-protection/hello-for-business/webauthn-apis.md @@ -20,6 +20,8 @@ Passwords can leave your customers vulnerable to data breaches and security atta Microsoft has long been a proponent of passwordless authentication, and introduced the W3C/Fast IDentity Online 2 (FIDO2) Win32 WebAuthn platform APIs in Windows 10 (version 1903). +Starting in **Windows 11, version 22H2**, WebAuthn APIs support ECC algorithms. + ## What does this mean? By using WebAuthn APIs, developer partners and the developer community can use [Windows Hello](./index.yml) or [FIDO2 Security Keys](./microsoft-compatible-security-key.md) to implement passwordless multi-factor authentication for their applications on Windows devices.