Skip to content

Commit

Permalink
Update OpSecId.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStLouis authored Sep 19, 2024
1 parent d887d0c commit f64f8bd
Showing 1 changed file with 19 additions and 45 deletions.
64 changes: 19 additions & 45 deletions implementations/OpSecId.json
Original file line number Diff line number Diff line change
@@ -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://opsec.id",
"endpoint": "https://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://opsec.id",
"endpoint": "https://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://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://opsec.id/credentials/issue",
"options": {},
"tags": ["vc2.0", "EnvelopingProof"],
"supports": {
"vc": ["1.1","2.0"]
"vc": ["2.0"]
}
}
]
Expand Down

0 comments on commit f64f8bd

Please sign in to comment.