Yubico / python-fido2

Provides library functionality for FIDO 2.0, including communication with a device over USB.
BSD 2-Clause "Simplified" License
424 stars 107 forks source link

Not showing account information in resident keys example #220

Open AdityaMitra5102 opened 6 months ago

AdityaMitra5102 commented 6 months ago

When using the resident key example, and creating multiple resident keys to choose one during authentication, it is showing as in the attached screenshot and not the user names of the options. image

It would be great if it shows the user name information too.

dainnilsson commented 6 months ago

This is the Windows platform dialog, it's not something this project can control in any way.

AdityaMitra5102 commented 6 months ago

I figured out the problem. Usernames are being shown when UV is 'preferred' or 'required' but not when 'discouraged'. Is there any work around of that?

dainnilsson commented 6 months ago

I have no idea.