solokeys / solo1-cli

Solo 1 library and CLI in Python
https://pypi.org/project/solo-python
Apache License 2.0
185 stars 69 forks source link

Win 10 1903 USB Issue #24

Closed onlykey closed 4 years ago

onlykey commented 5 years ago

Have you guys tested this on the new version of Windows 10 that is getting pushed out 1903? It looks like with this release solo-python only works if run as administrator. Seems to be USB HID related as it is affecting other USB HID devices I have tested as well. To force Windows to update to 1903 to test this you can opt in to the Windows insider program.

image

conorpp commented 5 years ago

Yeah, I've noticed this. I think accessing FIDO2 keys via windows API is okay for users, but using direct USB API is admin only. I'm not sure how best to fix other than using an admin prompt.

nickray commented 5 years ago

Looks like it's PC/SC all over again: "Linux should do it our way too": https://groups.google.com/a/fidoalliance.org/forum/m/#!topic/fido-dev/iDLKY-HsY0A

nickray commented 4 years ago

Confirm that Windows locked down access. Not in our hands.