Currently, the spec mentions the order field in the credential issuer metadata and it says that it is
An array of claims.display.name values that lists them in the order they should be displayed by the Wallet.
This would mean:
[
"Given Name",
"Surname"
]
To reference the localized names makes no sense, especially since the display object is optional and it would be better to reference the keys of the claims object directly, therefore the order array should contain the attribute keys of the claims object in the order they should be displayed by the Wallet
https://github.com/openid/oid4vc-haip-sd-jwt-vc/blob/75a17220959a28a208b04546d4337b9b5ed5c5bd/draft-oid4vc-haip-sd-jwt-vc.md?plain=1#L294
Currently, the spec mentions the
order
field in the credential issuer metadata and it says that it isThis would mean:
To reference the localized names makes no sense, especially since the
display
object is optional and it would be better to reference the keys of theclaims
object directly, therefore theorder
array should contain the attribute keys of theclaims
object in the order they should be displayed by the WalletThis would mena: