#987727 fido2-tools: does not find available fido2 tokens

Package:
fido2-tools
Source:
libfido2
Description:
command-line tools to configure and use a FIDO 2 token
Submitter:
Andreas Kemnade
Date:
2021-04-28 18:06:03 UTC
Severity:
wishlist
#987727#5
Date:
2021-04-28 15:13:23 UTC
From:
To:
Dear Maintainer,

   * What led up to the situation?
I paired a FIDO2 device via bluetoothctl
FIDO service is available and found:
$ mdbus2 -s org.bluez /org/bluez/hci0/dev_D0_CF_5E_06_F9_C4/service002d org.freedesktop.DBus.Properties.GetAll org.bluez.GattService1
({'UUID': <'0000fffd-0000-1000-8000-00805f9b34fb'>, 'Device': <objectpath '/org/bluez/hci0/dev_D0_CF_5E_06_F9_C4'>, 'Primary': <true>, 'Includes': <@ao []>},)


   * What exactly did you do (or not do) that was effective (or
     ineffective)?
I tried to list the available devices via fido2-token -L and tried to get
information about these devices via fido2-token -I
   * What was the outcome of this action?
$ fido2-token -L
$ fido2-token -I D0:CF:5E:06:F9:C4
fido2-token: fido_dev_open D0:CF:5E:06:F9:C4: FIDO_ERR_INTERNAL

   * What outcome did you expect instead?
I expected to see the list of available FIDO2 devices and information
about that particular device. NB: I would expect better documentation in the manpage how to properly specify a device in the commandline parameters.

#987727#10
Date:
2021-04-28 16:08:28 UTC
From:
To:
Hi Andreas,

As far as I can tell, fido2-tools only speaks USB (and has experimental
support for NFC, but...):
(https://developers.yubico.com/libfido2/)

Setting this bug to "wishlist" severity, and I'll look into whether this
is something upstream might want to support.

Taowa

Andreas Kemnade, 2021-04-28 11:57 -0400:

#987727#17
Date:
2021-04-28 17:23:48 UTC
From:
To:
Hi Taowa,
hmm, ok, seems to be part of libfido2. But the package fido2-tools
itself has no documentation about that limitation. I would expect
something like that in the manpage

Regards,
Andreas