Collect the Issuer and SP's DID
This page guides how to collect the DID information to be used by the Issuer or the SP.
Last updated
This page guides how to collect the DID information to be used by the Issuer or the SP.
Last updated
DID file can be created through API request. Please use the API Tester(Talend API Tester)
Replace the content with the received response through the API request from the "Project/config/issuer.did" file or "Project/config/sp.did".
Item
Content
URL
https://service.omnione.net:8888/v1/chain/get_did
Method
POST
header
content-type:application/json
body
{ "id":"account" }
Request example
Response example
The BODY value received through the request is the DID Document which will save it as same as below.
Some BODY content received through the above request either save with issuer.didfile or in case of SP, save it as sp.did and place it to "project/config/". If it already exists replace it.