token2 / fido2-manage

This library is partially forked from libfido2 to provide a FIDO2.1 key management tool (with a GUI) under the Linux platform
Other
12 stars 3 forks source link

No time slot for Touch #2

Closed DS819src closed 3 months ago

DS819src commented 3 months ago

Hi,

there is no time slots or break time to react as requested to touch the security key.

./fido2-manage.sh -list
Device [1] : TOKEN2 FIDO2 Security Key
./fido2-manage.sh -help
FIDO2 Token Management Tool
v 0.2.2
This is a wrapper for libfido2 library

(c) Token2 Sarl
... truncated...

The behavior:

./fido2-manage.sh -info -device 1
Enrolling fingerprints (for bio models only)
Enter PIN for /dev/hidraw1: 
Touch your security key.
fido2-token: fido_bio_dev_enroll_begin: FIDO_ERR_UNAUTHORIZED_PERM
token2 commented 3 months ago

Hello, thanks for reporting - the issue was not related to the time, there was a typo in the fingerprint enrollment part of the code (fingerprint=false was omitted)

DS819src commented 3 months ago

Hi, thanks for your response. Once it's fixed, I'll give a try again.

token2 commented 3 months ago

Sorry for not being clear. It is fixed, ./fido2-manage.sh -info -device 1 gives the correct output now. Closing this issue