Services in Controller Document
Closed this issue · 0 comments
codeglobally commented
The W3C DID Core specification defines a mechanism to express ways of communicating with the DID subject or associated entities. A service can be any type of service the DID subject wants to advertise, including decentralized identity management services for further discovery, authentication, authorization, or interaction.
"service": [
{
"id": "#linkeddomains",
"type": "LinkedDomains",
"serviceEndpoint": {
"origins": [
"https://www.vcsatoshi.com/"
]
}
}
],
This mechanism is widely supported in the community to express Linked domains, status lists etc. In order to be interoperable with community efforts, DID-CCF should support the adding and removing of services from the controller document.