Skip to content

Commit

Permalink
Update Procivis One Core configuration (#90)
Browse files Browse the repository at this point in the history
Removed vc-api tags and did resolution endpoint, these are now part of the w3c-ccg configuration.
Updated incorrect eddsa-rdfc-2022 DID.

Co-authored-by: rusu <[email protected]>
  • Loading branch information
Exulansis and EugeniuRusu authored Dec 6, 2024
1 parent 7778b35 commit 750eb79
Showing 1 changed file with 24 additions and 21 deletions.
45 changes: 24 additions & 21 deletions implementations/ProcivisOneCore.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
{
"id": "did:key:zDnaebiWvYW4sEFcncp6sLRmGPio1tVaXSDBwnYELtyvwpnYE",
"id": "did:key:z6Mkt224NWyb5GLLwWiPcMU88i2zEA9fSy3QQeCRsh7j7WT9",
"endpoint": "https://canivc.core.dev.procivis-one.com/vc-api/credentials/issue",
"options": {
"credentialFormat": "JSON_LD_CLASSIC",
Expand All @@ -41,11 +41,28 @@
},
"tags": [
"BitstringStatusList",
"vc-api",
"eddsa-rdfc-2022",
"vc2.0"
]
},
{
"id": "did:key:z6Mkt224NWyb5GLLwWiPcMU88i2zEA9fSy3QQeCRsh7j7WT9",
"endpoint": "https://canivc.core.dev.procivis-one.com/vc-api/credentials/issue",
"options": {
"credentialFormat": "JSON_LD_CLASSIC",
"signatureAlgorithm": "EDDSA"
},
"supports": {
"vc": [
"1.1",
"2.0"
]
},
"tags": [
"Ed25519Signature2020",
"vc2.0"
]
},
{
"id": "did:key:zUC73LLhADbPMpB7UwUWck8LQ7dvCdEPmYuz1yRiC8a77sd9Qshz381Zqfa27sNCzpev1AQgw2WAGEz17msLdCuXytZoEKvGfwWRw7J14cupqSNSR7txFcyEhBUzooZF1qAEhJL",
"endpoint": "https://canivc.core.dev.procivis-one.com/vc-api/credentials/issue",
Expand All @@ -62,7 +79,6 @@
},
"tags": [
"bbs-2023",
"vc1.1",
"vc2.0"
]
}
Expand All @@ -81,14 +97,13 @@
]
},
"options": {
"checks": [],
"credentialFormat": "JSON_LD_CLASSIC"
},
"tags": [
"vc-api",
"vc2.0",
"eddsa-rdfc-2022",
"ecdsa-rdfc-2019",
"Ed25519Signature2020",
"BitstringStatusList"
]
},
Expand All @@ -102,11 +117,9 @@
]
},
"options": {
"checks": [],
"credentialFormat": "JSON_LD_BBSPLUS"
},
"tags": [
"vc1.1",
"vc2.0",
"bbs-2023"
]
Expand All @@ -120,24 +133,14 @@
"P-256"
],
"options": {
"credentialFormat": "JSON_LD_CLASSIC",
"checks": []
"credentialFormat": "JSON_LD_CLASSIC"
},
"tags": [
"vc-api",
"vc2.0",
"eddsa-rdfc-2022",
"BitstringStatusList"
]
}
],
"didResolvers": [
{
"id": "resolver",
"endpoint": "https://canivc.core.dev.procivis-one.com/vc-api/identifiers",
"tags": [
"vc2.0",
"did-key"
"ecdsa-rdfc-2019",
"Ed25519Signature2020",
"EnvelopingProof"
]
}
]
Expand Down

0 comments on commit 750eb79

Please sign in to comment.