libfido2 with Token2 NFC Card + Smartcard Reader #855
Replies: 2 comments 10 replies
-
Hi, The Windows Hello device is a pseudo-device that works as a proxy for communication with compliant FIDO authenticators on Windows systems. You should be able to use that device to register new credentials and getting assertions from your authenticator, just like your browser can. For privileged applications (running as administrator), libfido2 also provides direct access to HID devices and, if built with the experimental |
Beta Was this translation helpful? Give feedback.
-
By the way, does a9a0990 mean that PCSC support is now enabled by default and I don't need to compile with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I use libfido2 1.15.0 successfully with various FIDO hardware keys from various vendors. Recently I attempted to make it work with:
Token2 NFC Card: https://www.token2.com/shop/product/token2-t2f2-nfc-card-pin-fido2-1-u2f-security-card-with-pin-complexity-feature
connected to my PC via
Smartcard Reader: https://www.token2.com/shop/product/token2-t2sr-compact-usb-nfc-and-smart-card-reader
fido_dev_info_manifest()
does not recognize the token2 device (only 1 device - Windows Hello is returned).Using this setup in browser - i.e. registering and authenticating via https://webauthn.io works, so the device is recognized by the operating system.
Should this work in libfido2, and if yes, can you please suggest how to make it work?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions