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

Add support for creating VC2.0 Presentations #518

Closed
paullatzelsperger opened this issue Jan 9, 2025 · 0 comments · Fixed by #522
Closed

Add support for creating VC2.0 Presentations #518

paullatzelsperger opened this issue Jan 9, 2025 · 0 comments · Fixed by #522
Assignees
Labels
dcp enhancement New feature or request triage all new issues awaiting classification

Comments

@paullatzelsperger
Copy link
Member

Feature Request

Support to create verifiable presentations, that conform to the VCDM2.0 specification, should be added.

Specifically, VPs must be secured using enveloping proofs using JOSE (JWT).

eclipse-edc/Connector#4707 will amend the CredentialFormat enum, which will then contain constants for VC2.0 JOSE.

Which Areas Would Be Affected?

VerifiablePresentationServiceImpl -> PresentationCreatorRegistry

Why Is the Feature Desired?

compliance with the DCP specification

Solution Proposal

implement an additional PresentationGenerator, that can produce VCDM2.0 presentations.

putting VCDM1.1 credentials in a VCMD2.0 presentation is disallowed and should result in a warning log. If a VCDM1.1 credential is encountered, it should be represented in a VCDM1.1 presentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dcp enhancement New feature or request triage all new issues awaiting classification
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant