From 8e468bbd617f0227707d00b171f2a719ec0b0b41 Mon Sep 17 00:00:00 2001 From: Stas Dm Date: Wed, 4 Dec 2024 11:57:39 +0100 Subject: [PATCH] feat: add GenDigital implementation fix: use dids --- implementations/GenDigital.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 implementations/GenDigital.json diff --git a/implementations/GenDigital.json b/implementations/GenDigital.json new file mode 100644 index 0000000..1601569 --- /dev/null +++ b/implementations/GenDigital.json @@ -0,0 +1,28 @@ +{ + "name": "Gen Digital", + "implementation": "Gen Digital", + "issuers": [ + { + "id": "did:web:fd5e2e37-8ee6-424e-92df-28d34fe4e0a5.did-dev3.dev.dts-dsa.com", + "endpoint": "https://krakend-k8s-dev3.dev.dts-dsa.com/vcs/issuer/profiles/78980eb4-3862-4a78-8b65-b158b580aeec/v1.latest/credentials/issue", + "tags": ["vc-api"] + }, + { + "id": "did:web:fd5e2e37-8ee6-424e-92df-28d34fe4e0a5.did-dev3.dev.dts-dsa.com", + "endpoint": "https://krakend-k8s-dev3.dev.dts-dsa.com/vcs/issuer/profiles/21dc85e3-a9e9-4304-bc77-88874fa3f37d/v1.latest/credentials/issue", + "tags": ["BitstringStatusList", "Revocation"] + } + ], + "verifiers": [ + { + "id": "did:web:481ca770-fca8-4425-97be-96f057d6952a.did-dev3.dev.dts-dsa.com", + "endpoint": "https://krakend-k8s-dev3.dev.dts-dsa.com/vcs/verifier/profiles/25c3a9cd-2a45-418e-9200-f7e8a24d1a43/v1.latest/credentials/verify", + "tags": ["vc-api"] + }, + { + "id": "did:web:481ca770-fca8-4425-97be-96f057d6952a.did-dev3.dev.dts-dsa.com", + "endpoint": "https://krakend-k8s-dev3.dev.dts-dsa.com/vcs/issuer/profiles/f3c5e456-2528-4821-9516-e062392f6ead/v1.latest/credentials/issue", + "tags": ["BitstringStatusList", "Revocation"] + } + ] +}