Skip to content

Commit

Permalink
Create did.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored Feb 7, 2025
1 parent cb21aa2 commit 1f7d480
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions alice/.well-known/did.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/suites/jws-2020/v1"
],
"id": "did:fiware.github.io:tutorials.Step-by-Step:alice",
"verificationMethod": [
{
"id": "did:fiware.github.io:tutorials.Step-by-Step:alice#owner",
"type": "JsonWebKey2020",
"controller": "did:fiware.github.io:tutorials.Step-by-Step:alice",
"publicKeyJwk": {
"kty": "EC",
"crv": "secp256k1",
"x": "Nd3DeQ7G/1pTeYM6viWK6plbSD9E7cA9C2ONG9qG3CQ=",
"y": "LuMt0dFWni1/fs/VqfjNOHAZT3PWGxKU8kUlLffGtjM="
}
}
],
"authentication": [
"did:fiware.github.io:tutorials.Step-by-Step:alice#owner"
],
"assertionMethod": [
"did:fiware.github.io:tutorials.Step-by-Step:alice#owner"
]
}

0 comments on commit 1f7d480

Please sign in to comment.