Skip to content

FIDO2 PCSC specifics? #691

Answered by LDVG
1Dragoon asked this question in Q&A
Apr 16, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi,

The YubiKey will only return a successful response to a ISO7816/ISO14443 FIDO2 applet selection over NFC.

For another fido2 key I have (Cryptnox FIDO2 card) this APDU appears to work:

0x00, 0xA4, 0x04, 0x00, 0x05, 0xa0, 0x00, 0x00, 0x06, 0x47

Per CTAP 2.1 § 11.3.3. Applet selection, the complete AID is

Field Value
RID 0xA000000647
PIX 0x2F0001

Communicating with a YubiKey 5 over NFC using a HID Omnikey reader:

$ echo 00 A4 04 00 08 A0 00 00 06 47 2F 00 01 | scriptor
No reader given: using HID Global OMNIKEY 5022 Smart Card Reader 
Using T=1 protocol
Reading commands from STDIN
> 00 A4 04 00 08 A0 00 00 06 47 2F 00 01
< 55 32 46 5F 56 32 90 00 : Normal processing.

The …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@1Dragoon
Comment options

Answer selected by 1Dragoon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants