Add support for Decentralized Identifiers (DIDs) in Party Object#17
Closed
howethomas wants to merge 3 commits intoietf-wg-vcon:mainfrom
Closed
Add support for Decentralized Identifiers (DIDs) in Party Object#17howethomas wants to merge 3 commits intoietf-wg-vcon:mainfrom
howethomas wants to merge 3 commits intoietf-wg-vcon:mainfrom
Conversation
…luding optional did parameter and attachment approach for DID documents
Collaborator
|
Need a W3C reference for the normative reference section. |
…Decentralized Identifiers (DIDs) v1.0
Author
|
All set, updated reference. |
Collaborator
|
Merged into vcon-core fork |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
did
If a Decentralized Identifier (DID) is known for the party, it can be included in the did parameter.
The value of the did parameter MUST be a valid DID URI that enables verifiable, decentralized digital identity for the party. DIDs are designed to be decoupled from centralized registries and identity providers, allowing the controller of the DID to prove control without requiring permission from other parties. The DID can refer to any subject (person, organization, thing, etc.) as determined by the controller of the DID.
Attaching DID Documents
An alternative approach to including DIDs in the Party Object is to add Attachment Objects containing the complete DID documents for each party. This approach provides more comprehensive identity information including cryptographic material, verification methods, and services that enable a DID controller to prove control. When using this approach:
The DID document approach provides richer identity information that can be used for verification beyond simple identification.