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

feat: enable defining supported VC types for trusted issuers #4454

Conversation

bscholtes1A
Copy link
Contributor

What this PR changes/adds

As of today the TrustedIssuerRegistry defines the list of trusted issuers ids. When validating the counter-party VCs, it is just checked that the issuer of each of these VC is contained in that list, which is quite limiting.

A typical use-case is that we want to be able to define the types of VCs that are supported for each trusted issuer.

Why it does that

VC validation module.

Linked Issue(s)

Closes #4453

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@bscholtes1A bscholtes1A added enhancement New feature or request dcp labels Sep 5, 2024
@bscholtes1A bscholtes1A force-pushed the feat/4453-trusted_issuers_supported_vc_type branch from 1bd41e0 to cc6bb85 Compare September 11, 2024 07:44
@bscholtes1A bscholtes1A force-pushed the feat/4453-trusted_issuers_supported_vc_type branch from cc6bb85 to 408f402 Compare September 11, 2024 07:55
@bscholtes1A bscholtes1A merged commit d8552b2 into eclipse-edc:main Sep 16, 2024
21 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: enable defining supported VC types for trusted issuers
4 participants