Skip to content

Commit

Permalink
Create did.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr committed Apr 22, 2024
1 parent 48c5039 commit 3a8fe28
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .well-known/did.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"id": "did:web:dgmjr.phd",
"@context": [
"https://www.w3.org/ns/did/v1",
{
"@base": "did:web:dgmjr.phd"
}
],
"service": [
{
"id": "#linkeddomains",
"type": "LinkedDomains",
"serviceEndpoint": {
"origins": [
"https://dgmjr.phd/"
]
}
},
{
"id": "#hub",
"type": "IdentityHub",
"serviceEndpoint": {
"instances": [
"https://hub.did.msidentity.com/v1.0/6686b898-2997-404f-b6d3-ee206ecfc6aa"
]
}
}
],
"verificationMethod": [
{
"id": "#2bfff2ad75ee4c5d90202f0e874ec0fbvcSigningKey-00dbd",
"controller": "did:web:dgmjr.phd",
"type": "JsonWebKey2020",
"publicKeyJwk": {
"crv": "P-256",
"kty": "EC",
"x": "Ehlb3bSXiGjA3dA1BLNDB1oNU9V9haGLKpjaF0x8cuo",
"y": "hObFn_5DQoVr_e0l-VrGWao3H01jfDaNP7rnRh2hS8c"
}
}
],
"authentication": [
"#2bfff2ad75ee4c5d90202f0e874ec0fbvcSigningKey-00dbd"
],
"assertionMethod": [
"#2bfff2ad75ee4c5d90202f0e874ec0fbvcSigningKey-00dbd"
]
}

0 comments on commit 3a8fe28

Please sign in to comment.