Created
May 7, 2024 14:18
-
-
Save pauldougan/4b34613960a26016e6c9183da09275c1 to your computer and use it in GitHub Desktop.
example_did.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": [ | |
"https://www.w3.org/ns/did/v1", | |
"https://www.w3.org/ns/security/jwk/v1" | |
], | |
"id": "did:web:identity.account.gov.uk", | |
"assertionMethod": [ | |
{ | |
"id": "cfeebabeeac2d9749993523f143fbc3f8c83411853f2996323a2efbd7acda754", | |
"type": "JsonWebKey", | |
"controller": "did:web:staging.identity.account.gov.uk", | |
"publicKeyJwk": { | |
"kty": "EC", | |
"crv": "P-256", | |
"x": "1_WJai9R0PRJrw12kRRq_dk1Kh5eSll7QYC2JTrY0Hg", | |
"y": "Wm5YhRJSsXVmAFGCEUgNBJyvR-oAQo2xvYA9DMVMYdk" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment