decentralized-id.github.io/_posts/web-standards/w3c/2020-01-10-decentralized-identifier-did.md

21 lines
1.6 KiB
Markdown
Raw Normal View History

2020-01-11 00:57:51 +00:00
---
2023-08-19 06:48:08 +00:00
title: "Decentralized Identifiers (DIDs) - W3C"
2023-06-01 22:11:34 +00:00
name: Decentralized Identifiers
layout: standards
2023-08-19 06:48:08 +00:00
headings: ["Main","Explainer","Literature","Supporting","Critique"]
2020-12-01 05:05:03 +00:00
description: Decentralized identifiers (DIDs) are a new type of identifier that enables verifiable, decentralized digital identity.
excerpt: >
2023-08-19 06:48:08 +00:00
A DID identifies any subject (e.g., a person, organization, thing, data model, abstract entity, etc.) that the controller of the DID decides that it identifies. In contrast to typical, federated identifiers, DIDs have been designed so that they may be decoupled from centralized registries, identity providers, and certificate authorities. Specifically, while other parties might be used to help enable the discovery of information related to a DID, the design enables the controller of a DID to prove control over it without requiring permission from any other party. DIDs are URIs that associate a DID subject with a DID document allowing trustable interactions associated with that subject.
categories: ["Web Standards"]
2023-08-18 11:51:29 +00:00
tags: ["Credentials Community Group","Decentralized Identifiers","DIDWG","DIF","Evernym","FIMSA","ID2020","IETF","IIW","NIST","RWoT","SRI International","W3C"]
permalink: /web-standards/w3c/decentralized-identifier/
canonical_url: https://decentralized-id.com/web-standards/decentralized-identifier/
2020-11-09 07:14:37 +00:00
redirect_from:
2023-06-02 12:58:49 +00:00
- web-standards/w3c/wg/did/decentralized-identifier/
2020-11-27 21:17:41 +00:00
- web-standards/w3c/did-wg/decentralized-identifier/
- specs-standards/decentralized-identifier-did/
- web-standards/decentralized-identifier-did/
2023-08-18 11:51:29 +00:00
last_modified_at: 2023-08-18
2023-06-01 22:11:34 +00:00
toc: true
2020-01-11 00:57:51 +00:00
---