MicrosoftEdge / webauthnsample

Other
85 stars 23 forks source link

Webauthn sample no longer works on Windows 10 #14

Open tr-ccc opened 3 years ago

tr-ccc commented 3 years ago

Windows latest native web authentication API in Windows 10 32-bit broke use of roaming authenticator implementation. Tested on Windows 10 Pro 21H1.

https://webauthnsample.azurewebsites.net live version and standalone instance tested hit below error during registration: Error: NotAllowedError: The operation either timed out or was not allowed. See: https://www.w3.org/TR/webauthn-2/#sctn-privacy-considerations-client.

Windows latest native web authentication API implementation in Windows 10 64-bit and Linux 32-bit and 64-bit still supports running this code.

Webauthn makecred flow failing but webauthn getassertion flow working on 32-bit Windows 10.