-
Notifications
You must be signed in to change notification settings - Fork 244
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
Getting error while using decentralized-identity extension for iam in version v0.5.1 #4034
Comments
I'm not an expert and not involved in the EDC development, but I think I can give you some pointers. There is a move to the Identity and Trust Protocol (IATP) from DWN (Decentralized Web Node): For me, diagrams like the old https://github.com/eclipse-edc/IdentityHub/tree/main/docs/developer/decision-records/2022-07-01-get-claims vs. the new https://github.com/eclipse-tractusx/identity-trust/blob/main/specifications/verifiable.presentation.protocol.md made it more tangible. The new protocol gives more control to the participants about who can access what verifiable presentation. So the old decentralized-identity-service that also implemented IdentityService is gone and replaced with identity-trust-service. Where before the What is not yet entirely clear to me, is whether there is already some service issuing the VCs; there used to be this RegistrationService before (though not production-grade), but that was not updated |
the version you referenced is ancient, so just upgrading to the most recent one will not work. The errors you are seeing are caused by new dependencies being introduced but are not satisfied by your setup. Also, thanks to @matthiasdg for his comment.
no, the issuance protocol is not yet implemented, so you don't have a way to issue VCs now. We are aiming for the second half of this year. |
This issue is stale because it has been open for 14 days with no activity. |
This issue was closed because it has been inactive for 7 days since being marked as stale. |
I have started working on Connector after a long time. I was previously using v0.0.1-milestone-9 tag but now the latest version is v0.5.1. With v0.5.1, when i try to use decentralized-identity extension for identity access management, I am getting this error:
After investigating a little bit, I have found that inside iam folder, all extensions like iam-mock, oauth2 and identity-trust have implementations of IdentityService interface but the decentralized-identity extension has no implementation of this interface. Can anyone guide me how to fix this issue? Also I can see identity-trust extension inside iam folder. Can anyone describe what kind of identity and access management does it provide? By looking at the code, i have realized that it's also based on credentials and DIDs .Can anyone describe with some detail how this extension works? Thanks
The text was updated successfully, but these errors were encountered: