You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NFCCTAP_GETRESPONSE doesn't in android project, but supported in yubikit iOS project.
The standard in ctap2:
The NFCCTAP_MSG command send a CTAP message to the authenticator. This command SHALL return as soon as processing is done. If the operation was not completed, it MAY return a 0x9100 result to trigger NFCCTAP_GETRESPONSE functionality if the client indicated support by setting the relevant bit in P1.
p1:0x80
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, you are right. Our implementation currently uses P1=0x00 for NFCCTAP_MSG which indicates that the GET RESPONSE functionality is not supported. Could you share more details about what issues, if any, you're experiencing with the current implementation?
The NFCCTAP_GETRESPONSE doesn't in android project, but supported in yubikit iOS project.
The standard in ctap2:
The NFCCTAP_MSG command send a CTAP message to the authenticator. This command SHALL return as soon as processing is done. If the operation was not completed, it MAY return a 0x9100 result to trigger NFCCTAP_GETRESPONSE functionality if the client indicated support by setting the relevant bit in P1.
p1:0x80
Thanks!
The text was updated successfully, but these errors were encountered: