Skip to content

Commit

Permalink
Add Entra decentralized identity file
Browse files Browse the repository at this point in the history
  • Loading branch information
deeprobin committed Sep 16, 2023
1 parent 3da5e3c commit 79dfe7b
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions public/.well-known/did.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"id": "did:web:lindnerit.io",
"@context": [
"https://www.w3.org/ns/did/v1",
{
"@base": "did:web:lindnerit.io"
}
],
"service": [
{
"id": "#linkeddomains",
"type": "LinkedDomains",
"serviceEndpoint": {
"origins": ["https://lindnerit.io/"]
}
},
{
"id": "#hub",
"type": "IdentityHub",
"serviceEndpoint": {
"instances": [
"https://hub.did.msidentity.com/v1.0/44149fb5-8f88-4b03-9231-e019dd691dcd"
]
}
}
],
"verificationMethod": [
{
"id": "#4de22ae3087e4fff8ffbe06dbc9f9c93vcSigningKey-0993b",
"controller": "did:web:lindnerit.io",
"type": "EcdsaSecp256k1VerificationKey2019",
"publicKeyJwk": {
"crv": "secp256k1",
"kty": "EC",
"x": "SDUPSyqZZ7sURh15VJ38QhmI0odJ_rw33ZFjFq5OGK8",
"y": "HH5xw76-y0cTQKE4gl3PMB60ltU6K58z_2IPRoAb8ZQ"
}
}
],
"authentication": ["#4de22ae3087e4fff8ffbe06dbc9f9c93vcSigningKey-0993b"],
"assertionMethod": ["#4de22ae3087e4fff8ffbe06dbc9f9c93vcSigningKey-0993b"]
}

0 comments on commit 79dfe7b

Please sign in to comment.