You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where do resources live? What about the resourceMetadata? Is this something that individual DID methods define? Some spec text and examples of this would be useful
How is binding of a resource to a DID enforced and verified. It is not clear to me how binding is achieved, again is this left to the method? Also it seems like this binding is optional, but doesn't that mean I can arbitrarily link resources to any DID within the scope of some method?
I think because of this confusion, I am very unclear how dereferencing of a DID Linked Resource occurs.
I read through the spec and was unsure:
For example given the following DID URL:
did:example:entity123/resources/41c0f0fe-cd4e-45aa-aec5-754db4a63865
First I would resolve
did:example:entity123
to a resolutionResult including the DID document and metadata.But then what do I do?
What do I do with the path
/resources/41c0f0fe-cd4e-45aa-aec5-754db4a63865
?Where is the resource that I am trying to retrieve and how do I verify it was linked by the DID controller?
The text was updated successfully, but these errors were encountered: