-
Notifications
You must be signed in to change notification settings - Fork 55
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
IATP: extend configuration for multiple trusted issuers #814
Labels
Comments
@matgnt FYI |
related upstream EDC: eclipse-edc/Connector#3531 |
paullatzelsperger
changed the title
SSI: extend configuration for multiple allowed issuers
IATP: extend configuration for multiple allowed issuers
Oct 11, 2023
Thanks!
|
paullatzelsperger
changed the title
IATP: extend configuration for multiple allowed issuers
IATP: extend configuration for multiple trusted issuers
Oct 12, 2023
This will be moved into the upstream implementation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WHAT
Currently, a connector can only have one "allowed issuer", i.e. it can only accept credentials created by one entity. In preparation for adopting the Identity And Trust Protocols (IATP), we need to extend this to allow multiple issuers.
WHY
Ultimately, we will have multiple issuers (~operating companies), so we need to prepare for that.
HOW
There are two general ways to approach this:
We will go with approach 1 for now.
Specifically, this means that the
SsiCredentialIssuerValidationRule
now has to be able to deal with aList<String>
instead of aString
. Configuration-wise, it should just be a comma-separated list.FURTHER NOTES
Please be sure to take a look at
our contribution guidelines and
our PR etiquette.
The text was updated successfully, but these errors were encountered: