Yubico / python-fido2

Provides library functionality for FIDO 2.0, including communication with a device over USB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows 10 1903 does not work

dmazzella opened this issue · comments

After update to Windows 10 1903 yubikey devices are no longer listed and consequently python-fido2 cannot be used

Strange, it is working with me fine with fido2==0.6
as shown in the attached image
CredentialUIBroker_dOoCBl8NbC

You need the latest Firefox and/or Chrome

Windows 10 1903 introduces its own WebAuthn API to interface with FIDO authenticators and blocks access from others when not running as administrator. The recommended solution is to use the Windows APIs (https://github.com/microsoft/webauthn). A workaround is to run as Administrator.

Thanks, i have tried as administrator and work correctly.