From 5539d62d60cdf1fb82b368903fb38035bcf1514e Mon Sep 17 00:00:00 2001 From: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:04:35 -0400 Subject: [PATCH] Update OpSecId to new Askar based implementation (#60) * Update OpSecId.json * Update OpSecId.json --- implementations/OpSecId.json | 64 +++++++++++------------------------- 1 file changed, 19 insertions(+), 45 deletions(-) diff --git a/implementations/OpSecId.json b/implementations/OpSecId.json index 0ecb6e9..53fea19 100644 --- a/implementations/OpSecId.json +++ b/implementations/OpSecId.json @@ -1,72 +1,46 @@ { "name": "OpSecId", - "implementation": "Aca-py VC-API Plugin", + "implementation": "Askar VC-API", "verifiers": [ { - "id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr", - "endpoint": "https://agent.opsec.id/vc/credentials/verify", - "tags": ["vc2.0", "BitstringStatusList", "Ed25519Signature2020", "eddsa-jcs-2022", "eddsa-rdfc-2022"], + "id": "https://vc.opsec.id", + "endpoint": "https://vc.opsec.id/credentials/verify", + "tags": ["vc2.0", "EnvelopingProof"], "supports": { - "vc": ["1.1","2.0"] + "vc": ["2.0"] } } ], "vpVerifiers": [ { - "id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr", - "endpoint": "https://agent.opsec.id/vc/presentations/verify", - "tags": ["vc2.0", "BitstringStatusList", "Ed25519Signature2020", "eddsa-jcs-2022", "eddsa-rdfc-2022"], + "id": "https://vc.opsec.id", + "endpoint": "https://vc.opsec.id/presentations/verify", + "tags": ["vc2.0", "EnvelopingProof"], "supports": { - "vc": ["1.1","2.0"] + "vc": ["2.0"] } } ], "issuers": [ { - "id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr", - "endpoint": "https://agent.opsec.id/vc/credentials/issue", - "options": { - "type": "Ed25519Signature2020", - "credentialStatus": { - "type": "BitstringStatusListEntry", - "statusPurpose": "suspension" - } - }, - "tags": ["vc2.0", "Ed25519Signature2020", "BitstringStatusList"], - "supports": { - "vc": ["1.1","2.0"] - } - }, - { - "id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr", - "endpoint": "https://agent.opsec.id/vc/credentials/issue", + "id": "did:key:z6MkkQivZZ25XQRsmF6br5cbRYuQqn18PigKCaLHi8qSF251", + "endpoint": "https://vc.opsec.id/credentials/issue", "options": { "type": "DataIntegrityProof", - "cryptosuite": "eddsa-rdfc-2022", - "credentialStatus": { - "type": "BitstringStatusListEntry", - "statusPurpose": "suspension" - } + "cryptosuite": "eddsa-jcs-2022" }, - "tags": ["vc2.0","eddsa-rdfc-2022", "BitstringStatusList"], + "tags": ["vc2.0", "eddsa-jcs-2022"], "supports": { - "vc": ["1.1","2.0"] + "vc": ["2.0"] } }, { - "id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr", - "endpoint": "https://agent.opsec.id/vc/credentials/issue", - "options": { - "type": "DataIntegrityProof", - "cryptosuite": "eddsa-jcs-2022", - "credentialStatus": { - "type": "BitstringStatusListEntry", - "statusPurpose": "suspension" - } - }, - "tags": ["vc2.0","eddsa-jcs-2022", "BitstringStatusList"], + "id": "did:key:z6MkkQivZZ25XQRsmF6br5cbRYuQqn18PigKCaLHi8qSF251", + "endpoint": "https://vc.opsec.id/credentials/issue", + "options": {}, + "tags": ["vc2.0", "EnvelopingProof"], "supports": { - "vc": ["1.1","2.0"] + "vc": ["2.0"] } } ]