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

Open
paullatzelsperger opened this issue Jan 9, 2025 · 0 comments
Open

Add support for creating VC2.0 Presentations #518

paullatzelsperger opened this issue Jan 9, 2025 · 0 comments
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.

@paullatzelsperger paullatzelsperger added dcp enhancement New feature or request labels Jan 9, 2025
@paullatzelsperger paullatzelsperger self-assigned this Jan 9, 2025
@github-actions github-actions bot added the triage all new issues awaiting classification label Jan 9, 2025
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

No branches or pull requests

1 participant