-
Notifications
You must be signed in to change notification settings - Fork 110
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
Add section on enveloped verifiable presentations. #1453
Conversation
@msporny this requires a change on the vocabulary as well, including a change in the vocabulary diagram. Do you prefer I do a modifiation on this branch directly (ie, adding the necessary changes) or should I do a separate PR on top of this branch? The former might be more efficient... |
@iherman wrote:
Yes, please. Thank you! |
Non blocking comment here: The In the case that JSON-LD extensibility mechanisms of the presentation object are used, implementers may want to do custom RDF processing to maintain associations between a single outer presentation and inner credentials. In those cases, the RDF context defined in the spec does not actually control how the information graph grows. |
The issue was discussed in a meeting on 2024-03-06
View the transcript2.14. EnvelopedVerifiablePresentation missing in data model (issue vc-data-model#1431)See github issue vc-data-model#1431. See github pull request vc-data-model#1453. Brent Zundel: 1431, PR1453 which has approvals and on track to be merged. |
index.html
Outdated
|
||
<p> | ||
It is possible to express a [=verifiable presentation=] that has been secured | ||
using a securing mechanism that "envelopes" the payload, such as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Distinctly, envelop
is probably what we want, rather than envelope
. Assuming general concurrence, the last e
gets removed from envelope
and envelopes
, but remains in enveloped
; no change is needed for enveloping
. Note that there is a pronunciation change (accent on ve
rather than en
).
using a securing mechanism that "envelopes" the payload, such as | |
using a securing mechanism that "envelops" the payload, such as |
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com> Co-authored-by: David I. Lehn <dlehn@digitalbazaar.com>
@OR13 wrote:
I added some wording to highlight your concern in 2cf9040.
Debatable; an implementation might want it the Given that this feature is largely meant to just encapsulate a VP encoded in just about any media type, and most of those media types won't really care about the RDF-ness of the outer-most object, it's probably fine to just stay silent on this point until the next round of the VC spec. We'd want to gather implementation experience of what people do with this before we provide more specific guidance (if that becomes necessary). |
Normative, multiple reviews, changes requested and made, no objections, merging. |
This PR is an attempt to address issue #1431 by adding a way of expressing an enveloped verifiable presentation.
/cc @ChristopherA
Preview | Diff