Skip to content

Commit

Permalink
Create did.json
Browse files Browse the repository at this point in the history
  • Loading branch information
langdal authored Jun 10, 2024
1 parent 1632320 commit dd11a74
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions docs/.well-known/did.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"id": "did:web:did-server:company1",
"@context": [
"https://www.w3.org/ns/did/v1",
{
"@base": "did:web:did-server:company1"
}
],
"service": [
{
"id": "#identity-hub-url",
"type": "IdentityHub",
"serviceEndpoint": "http://company1:7171/api/identity/identity-hub"
},
{
"id": "#dsp-url",
"type": "DSPMessaging",
"serviceEndpoint": "http://company1:8282/api/dsp"
},
{
"id": "#self-description-url",
"type": "SelfDescription",
"serviceEndpoint": "http://company1:7171/api/identity/identity-hub/self-description"
}
],
"verificationMethod": [
{
"id": "#my-key-1",
"controller": "",
"type": "EcdsaSecp256k1VerificationKey2019",
"publicKeyJwk": {
"kty": "EC",
"kid": "uIowOgviyWueDwC2SjwEPnqsBVQkhIN3m6B0Ajs6rlU",
"crv": "P-256",
"x": "T6VaLBE16dj2WcqcCaF6M1ORlaQhrT5bEhY8JUiDwRA",
"y": "hcVb4PnEmH2TMYbPk-ctwHx3o15JNIOhIYPBzR3iYf4"
}
}
],
"authentication": [
"#my-key-1"
]
}

0 comments on commit dd11a74

Please sign in to comment.