GET Verifiable Credentials in json format from an external wallet #4352
Unanswered
santidediego
asked this question in
Q&A
Replies: 1 comment
-
hi @santidediego I STRONGLY recommend getting familiar with core concepts like DSP (Dataspace Protocol), DCP (Decentralized Claims Protocol) and once you've fully grokked that, take a look at our CredentialService reference implementation called IdentityHub. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am wondering how I can incorporate a VC in the connector from an external wallet. At startup, the connector does an HTTP GET request against and endpoint and receives a .json file containing a VC, which would be presented later by the connector when requested. Any thoughts about if there are already some extensions that allow me to fulfil this?
For the moment I've seen that there is an extension for http under http/ and a group of extensions for working with decentralized identity and verifiable credentials under iam/.
By looking at the code of the SSI extension of the connector, I see that at one point it has a method getCredentialServiceClient, in this file but I do not understand what it does. I can see that internally it uses a variable of type EdcHttpClient a imports methods from the library org.eclipse.edc.http.spi.EdcHttpClient;
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions