python-fido2 icon indicating copy to clipboard operation
python-fido2 copied to clipboard

FIDO2 over PCSC

Open AdityaMitra5102 opened this issue 1 year ago • 3 comments

I am trying to perform a FIDO2 authentication from a Linux system connected to a Card Reader. I see it can communicate with the Yubikey as I can read the PIV Serial number by sending APDUs. But the browsers are not supporting FIDO2 over NFC. Is there any workaround??

AdityaMitra5102 avatar Aug 21 '23 01:08 AdityaMitra5102

Just a side note: NFC is supported by Andorid and some iOS. The issue is PC browsers.

mkalioby avatar Aug 21 '23 04:08 mkalioby

I was able to use my yubikey for webauthn/fido2 in chrome via an NFC reader using this bridge: https://github.com/BryanJacobs/fido2-hid-bridge

Hope this helps.

(Btw: PIV and Fido2 are some very different standards)

jo-bitsch avatar Jan 13 '24 22:01 jo-bitsch

Just a side note: NFC is supported by Andorid and some iOS. The issue is PC browsers.

Even windows PCs work fine, as tested with a Omnikey Reader.

AdityaMitra5102 avatar Feb 02 '24 01:02 AdityaMitra5102