-
The CTAP spec defines an operation authenticatorSelection() with opcode
My questions would be: a. Is there a specific reason why Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, Your analysis is correct. We've not yet added support for Hope that helps! |
Beta Was this translation helpful? Give feedback.
Hi,
Your analysis is correct. We've not yet added support for
authenticatorSelection
;python-fido2
's fallback version is essentially idential ourfido_dev_get_touch_*()
functions. The main difference is how the touch is signaled back to the application. As far as I'm aware, the fallback version works across all CTAP versions, whereasauthenticatorSelection
was an addition to CTAP 2.1. If we were to add support for the latter at some point, we'd likely retrofit it to thefido_dev_get_touch_*()
functions.Hope that helps!