fido2-token under windows #669
-
Is fido2-token expected to work under Windows using Hello? When I try to use options like, -L -k, -I -k, -I -c I consistently get the following error: It seems that the ability to enum the attached FIDO2 devices is no longer supported under Windows. Does this hold true for enumerating RK's? Windows Hello just doesn't allow enumeration in any form? I am guessing the answer is "yes" given the small number of functions in the windows hello API. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The vast majority of |
Beta Was this translation helpful? Give feedback.
-
@LDVG Would you be open to me providing a pull request to make the fido2 tools a little more windows friendly? Some of the changes I have in mind are:
One remaining question is would adding the CD apply to non windows platforms? Probably not since it seems to be a code requirement for the windows hello credential Final question: Would it be better to create a new issue specifying all of this? |
Beta Was this translation helpful? Give feedback.
The vast majority of
fido2-token
functions will not work under the Windows Hello backend since its API does not expose the functionality required. Indeed, there is no direct equivalent of the credential management API that the referenced options use.