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 20, 2024
1 parent 5539d62 commit a1bc8d4
Showing 1 changed file with 33 additions and 11 deletions.
44 changes: 33 additions & 11 deletions implementations/OpSecId.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,42 +5,64 @@
{
"id": "https://vc.opsec.id",
"endpoint": "https://vc.opsec.id/credentials/verify",
"tags": ["vc2.0", "EnvelopingProof"],
"tags": [
"vc2.0",
"EnvelopingProof"
],
"supports": {
"vc": ["2.0"]
"vc": [
"2.0"
]
}
}
],
"vpVerifiers": [
{
"id": "https://vc.opsec.id",
"endpoint": "https://vc.opsec.id/presentations/verify",
"tags": ["vc2.0", "EnvelopingProof"],
"tags": [
"vc2.0",
"EnvelopingProof"
],
"supports": {
"vc": ["2.0"]
"vc": [
"2.0"
]
}
}
],
"issuers": [
{
"id": "did:key:z6MkkQivZZ25XQRsmF6br5cbRYuQqn18PigKCaLHi8qSF251",
"id": "did:key:z6MkwMaVueYP9pYSTKxtRSMzgzsSkpx1wrhwdq8MEHFxtHdu",
"endpoint": "https://vc.opsec.id/credentials/issue",
"options": {
"type": "DataIntegrityProof",
"cryptosuite": "eddsa-jcs-2022"
},
"tags": ["vc2.0", "eddsa-jcs-2022"],
"tags": [
"vc2.0",
"eddsa-jcs-2022"
],
"supports": {
"vc": ["2.0"]
"vc": [
"2.0"
]
}
},
{
"id": "did:key:z6MkkQivZZ25XQRsmF6br5cbRYuQqn18PigKCaLHi8qSF251",
"id": "did:key:z6MkwMaVueYP9pYSTKxtRSMzgzsSkpx1wrhwdq8MEHFxtHdu",
"endpoint": "https://vc.opsec.id/credentials/issue",
"options": {},
"tags": ["vc2.0", "EnvelopingProof"],
"options": {
"securingMechanism": "EnvelopingProof"
},
"tags": [
"vc2.0",
"EnvelopingProof"
],
"supports": {
"vc": ["2.0"]
"vc": [
"2.0"
]
}
}
]
Expand Down

0 comments on commit a1bc8d4

Please sign in to comment.