The SD-JWT VC annex (from #22) currently says a CredentialQuery matches SD-JWT VCs whose vct is identical to credential_type (case-sensitive text comparison). OpenID4VP's vct_values is looser: "The Wallet MAY return Credentials that inherit from any of the specified types, following the inheritance logic defined in SD-JWT VC".
We need to decide whether DCHP:
Related to #46 (making credential_type an array), since both concern what credential_type matches. The annex added for #22 carries an editor's note pointing at this question.
The SD-JWT VC annex (from #22) currently says a
CredentialQuerymatches SD-JWT VCs whosevctis identical tocredential_type(case-sensitive text comparison). OpenID4VP'svct_valuesis looser: "The Wallet MAY return Credentials that inherit from any of the specified types, following the inheritance logic defined in SD-JWT VC".We need to decide whether DCHP:
vctequality (simple, predictable, no type-metadata resolution needed on the wallet);aka_vctstoo ( https://www.ietf.org/archive/id/draft-ietf-oauth-sd-jwt-vc-19.html#name-other-credential-types-aka_ )Related to #46 (making
credential_typean array), since both concern whatcredential_typematches. The annex added for #22 carries an editor's note pointing at this question.