Skip to content

Commit

Permalink
Create did.json
Browse files Browse the repository at this point in the history
  • Loading branch information
likhitharl authored Sep 25, 2024
1 parent bf23510 commit 6c0cedc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions 1a88870d-cf31-40e3-829d-f9e319613095/did.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"@context": [
"https://www.w3.org/ns/did/v1"
],
"id": "did:web:api.dev1.mosip.net:identity-service:1a88870d-cf31-40e3-829d-f9e319613095",
"alsoKnownAs": [
"testUUID",
"test@gmail.com"
],
"service": [],
"verificationMethod": [
{
"id": "did:web:api.dev1.mosip.net:identity-service:1a88870d-cf31-40e3-829d-f9e319613095#key-0",
"type": "Ed25519VerificationKey2020",
"@context": "https://w3id.org/security/suites/ed25519-2020/v1",
"controller": "did:web:api.dev1.mosip.net:identity-service:1a88870d-cf31-40e3-829d-f9e319613095",
"publicKeyMultibase": "z6MkfKCFw5P6YJ7M3RC1Ejxvwv1d7d4SFfZX4Vvm1zvqeWPd"
}
],
"authentication": [
"did:web:api.dev1.mosip.net:identity-service:1a88870d-cf31-40e3-829d-f9e319613095#key-0"
],
"assertionMethod": [
"did:web:api.dev1.mosip.net:identity-service:1a88870d-cf31-40e3-829d-f9e319613095#key-0"
]
}

0 comments on commit 6c0cedc

Please sign in to comment.