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
#1880 added the optional item authenticatorDisplayName to Credential Record; however it was not added to Step 27 of the registration ceremony nor Step 23 of the authentication ceremony. Seeing how attestationObject and attestationClientDataJSON exist in Step 27, it would be nice to also add authenticatorDisplayName. Honestly, I was under the impression authenticatorDisplayName was only a credProps thing; had it existed in the ceremony criteria section for data to store, I don't think I would have made that mistake.
Something like below would be nice:
The new credential record MAY also include the following OPTIONAL contents:
Even though credentialRecord/authenticatorDisplayName was added in #1880 along with credProps.authenticatorDisplayName, we should still recommend RPs to provide some way for users to set a "nickname" for their credentials, even if credProps.authenticatorDisplayName is deleted. So I think this is valid regardless of the outcome of that discussion.
#1880 added the optional item
authenticatorDisplayName
to Credential Record; however it was not added to Step 27 of the registration ceremony nor Step 23 of the authentication ceremony. Seeing howattestationObject
andattestationClientDataJSON
exist in Step 27, it would be nice to also addauthenticatorDisplayName
. Honestly, I was under the impressionauthenticatorDisplayName
was only acredProps
thing; had it existed in the ceremony criteria section for data to store, I don't think I would have made that mistake.Something like below would be nice:
The text was updated successfully, but these errors were encountered: