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: allow multiple VP isuers #372

Conversation

paullatzelsperger
Copy link
Member

@paullatzelsperger paullatzelsperger commented Jun 7, 2024

  • allow multiple issuers (wip)
  • fix test
  • remove old property

What this PR changes/adds

instead of taking IH's issuer ID from a static config value (edc.ih.iam.issuer.id), it now takes the DID from the participant context, for whom the presentation query was issued.

For example, if "Company B" queries "Company A"'s IdentityHub for credentials, then the VP issuer would be the DID of "Company A".

Why it does that

With the ability to host multiple participant contexts (="tenants") the issuer ID cannot be static anymore.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes #361

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

@paullatzelsperger paullatzelsperger added enhancement New feature or request breaking-change Will require manual intervention for version update labels Jun 7, 2024
@paullatzelsperger
Copy link
Member Author

FYI @thomasrutger

@paullatzelsperger paullatzelsperger merged commit 5394fdf into eclipse-edc:main Jun 11, 2024
12 checks passed
@paullatzelsperger paullatzelsperger deleted the feat/361_allow_multiple_issuers branch June 11, 2024 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Will require manual intervention for version update enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IdentityHub should be able to use multiple VP issuers
2 participants