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

Clarify behaviour of duplicate pubKeyCredParams and attestationFormats #2214

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use same wording of preference order for attestationFormats as pubKey…
…CredParams
emlun committed Nov 27, 2024
commit eb13ee19cb4647991bbde2bb9da5685fe8fde0cd
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
@@ -3554,7 +3554,7 @@ optionally evidence of [=user consent=] to a specific transaction.
: <dfn>attestationFormats</dfn>
:: The [=[RP]=] MAY use this OPTIONAL member to specify a preference regarding the [=attestation=] statement format used by the [=authenticator=].
Values SHOULD be taken from the IANA "WebAuthn Attestation Statement Format Identifiers" registry [[!IANA-WebAuthn-Registries]] established by [[!RFC8809]].
Values are ordered from most preferable to least preferable.
Values are ordered from most preferred to least preferred.
Duplicates are allowed but effectively ignored.
This parameter is advisory and the [=authenticator=] MAY use an attestation statement not enumerated in this parameter.