Open TimoGlastra opened 12 months ago
Is it correct that the SD-JWT VC presentation is the "Verifiable Presentation" as expected in the vp_token property, so no extra 'wrapper' is needed around the derived sd vc presentation?
yes.
The submission text describes: "path_nested object inside an Input Descriptor Mapping Object is used to describe how to find a returned Credential within a Verifiable Presentation", does this mean that path_nested is optional, and we can here omit the usage of path_nested?
yes.
We need to modify the text in OID4VP as it was written at a time when every presentation was a wrapper of a VC.
I'm currently implementing the vc+sd-jwt credential format profile for OID4VC and not fully sure how the process of a presentation works.
As I understand SD-JWT-VC spec, you make a presentation of an SD-JWT-VC, but there's not necessarily a custom Verifiable Presentation 'wrapper' as we're used to with W3C credentials.
The OpenID4VP spec mentions the following:
And
vp_token
property, so no extra 'wrapper' is needed around the derived sd vc presentation?path_nested
is optional, and we can here omit the usage ofpath_nested
?So a presentation submission could look something like:
Maybe we can add some example authorization response objects to this spec and examples directory?