You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the Registration Verification phase, is it possible to get a suggestion for the created credential name (like: Chrome on Mac, FIDO2 security key)? (attached image from Google's Passkey settings page)
This is to display in the Passkeys Settings page after successful creation of a Passkey.
Possible Implementation
Assuming we had already set attestation=direct in the RegistrationOptions
With AAGUID value, search in the already saved json file
Source for the json file could be from the FIDO metadata server or from the community curated list of known aaguids (it also has a list which is a combination from FIDO and community curated)
Other information
I'm thinking if this should be implemented separately; but, it'd be nice to have this feature support within py_webauthn.
The text was updated successfully, but these errors were encountered:
Hello @Chandra158 I apologize for leaving this hanging for so long. In the nearly a year since you submitted this issue there's been a lot of work done in the FIDO Alliance to try and make provider metadata (most if not all of the data available in the repo you linked) available in a "lite" version of FIDO MetadaService. I can't say much more about it at the moment, suffice to say if this is something that piques your curiosity then I suggest heading over to https://fidoalliance.org/metadata/ and signing up in the form at the bottom of the page to get updates when it finally launches.
As such metadata is relatively more dynamic than the various operations that need to be supported in a library like py_webauthn, I think it makes more sense to keep this kind of "suggested nickname" functionality out of this project. I'd say this is especially true given that the FIDO Alliance is this close to taking on the responsibility of offering up-to-date metadata for RPs that want to offer UX optimizations like what you show off above.
Description
During the Registration Verification phase, is it possible to get a suggestion for the
created credential name
(like: Chrome on Mac, FIDO2 security key)? (attached image from Google's Passkey settings page)This is to display in the Passkeys Settings page after successful creation of a Passkey.
Possible Implementation
attestation=direct
in the RegistrationOptionsAAGUID
value, search in the already savedjson
fileaaguids
(it also has a list which is a combination from FIDO and community curated)Other information
py_webauthn
.The text was updated successfully, but these errors were encountered: