Skip to content
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

Support for authenticatorDisplayName (Client extension output) #523

Open
maui1911 opened this issue May 21, 2024 · 0 comments
Open

Support for authenticatorDisplayName (Client extension output) #523

maui1911 opened this issue May 21, 2024 · 0 comments

Comments

@maui1911
Copy link

authenticatorDisplayName, of type [USVString](https://webidl.spec.whatwg.org/#idl-USVString)

This OPTIONAL property is a human-palatable description of the credential’s managing authenticator, chosen by the user.

The client MUST allow the user to choose this value. That choice MAY be presented during the registration or authentication ceremony or MAY be made available outside the ceremony, for example in client settings. The client MAY reuse the same value for multiple credentials with the same managing authenticator across multiple Relying Parties.

The client MAY query the authenticator, by some unspecified mechanism, for this value. The authenticator MAY allow the user to configure the response to such a query. The authenticator vendor MAY provide a default response to such a query. The client MAY consider a user-configured response chosen by the user, and SHOULD allow the user to modify a vendor-provided default response.

If the Relying Party includes an authenticatorDisplayName item in its credential records, the Relying Party MAY offer this authenticatorDisplayName extension output, if present, as a default value for the authenticatorDisplayName of the new credential record it stores after a registration ceremony.

If the authenticatorDisplayName extension output from an authentication ceremony is different from the authenticatorDisplayName of the credential record, the Relying Party MAY offer the user to update the authenticatorDisplayName of the credential record.

https://w3c.github.io/webauthn/#dom-credentialpropertiesoutput-authenticatordisplayname

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant