-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AAGUID to credProps #2157
Comments
Meaning is that if the RP is willing to display provider name, RP should rely on some sources of record, Map<aaguid, providerName>? |
Whatever you do for create to lookup the name/icon, you'd do for get. |
Will the Perhaps change the input from a |
If we add it to |
2024-10-09 call: consensus on option 2 (adding a new credProps option) |
@agl had an important point that we overlooked. How does the client get the AAGUID in the first place (as credProps is populated by the client)? I suppose on For security keys, the client can get it via |
In the TPAC discussions, there was a desire to rely solely on AAGUID for passkey provider / authenticator naming, and to remove authenticatorDisplayName from credProps.
The challenge is that authenticatorDisplayName is available on .get and the AAGUID is not. AAGUID on .get allows an RP to update the user visible name if a passkey is migrated between providers.
Proposed Change
Potential options:
I think option 2 was the preferred path from the discussion?
The text was updated successfully, but these errors were encountered: