We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: