-
Notifications
You must be signed in to change notification settings - Fork 19
Refactor: improve introductory texts #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
d0669c9
bfd23da
c2b95c5
e5a8e3a
0b18480
50c213a
dabdb20
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,22 +1,33 @@ | ||||||||||||||||||
| #### [View on GitHub](https://github.com/decentralized-identity/well-known-did-configuraton) | ||||||||||||||||||
| ### Please DO NOT contact IANA regarding registration of well known URIs associated with these specifications. | ||||||||||||||||||
|
|
||||||||||||||||||
| This repo contains proposals and links to proposals for `.well-known` uris related to DIDs, Hubs and Agents. See IETF [RFC5785](https://tools.ietf.org/html/rfc5785) for more details on Defining Well-Known Uniform Resource Identifiers. | ||||||||||||||||||
| # Well-Known DID Configuration | ||||||||||||||||||
|
|
||||||||||||||||||
| This specification defines a way for a website to prove that its DID is verifiably linked to that website. Well-Known DID configuration builds on and is an extension to the core [DID specification](https://www.w3.org/TR/did-1.0/). Furthermore, it establishes the `/.well-known/did-configuration.json` URI pattern, which is [IANA registered](https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml). | ||||||||||||||||||
|
|
||||||||||||||||||
| > Note: The examples in this spec mostly make use of the [did:web Method specification](https://w3c-ccg.github.io/did-method-web/). However, this specification works with any DID method supporting the `services` property in the [DID document](https://www.w3.org/TR/did-1.0/#services) (e.g. did:jwk and [did:key](https://w3c-ccg.github.io/did-key-spec/) don't support this, [did:web](https://w3c-ccg.github.io/did-method-web/) and [did:iota](https://docs.iota.org/developer/iota-identity/references/iota-did-method-spec) do support it) | ||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
|
|
||||||||||||||||||
| ## What this solves | ||||||||||||||||||
|
|
||||||||||||||||||
| The problem that was unsolved in the [DID core specification]() as well as in the [did:web Method specification](https://w3c-ccg.github.io/did-method-web/) is verifiably proving that a DID belongs to a website and vice versa. To be more specific this specification links an [origin](https://datatracker.ietf.org/doc/html/rfc6454) with a DID. This means a DID cannot be linked to any website URL with path segments for example, only to the website [origin](https://datatracker.ietf.org/doc/html/rfc6454). | ||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
|
|
||||||||||||||||||
| This specification makes this possible by building on the `LinkedDomains` service of the [DID document](https://www.w3.org/TR/did-1.0/#services). The `serviceEndpoint` field contains the website [origin](https://datatracker.ietf.org/doc/html/rfc6454), which in turn hosts the `/.well-known/did-configuration.json`. The `did-configuration.json` file then holds a [Verifiable Credential](https://www.w3.org/TR/vc-data-model/) (VC) claiming the [origin](https://datatracker.ietf.org/doc/html/rfc6454). This [Verifiable Credential](https://www.w3.org/TR/vc-data-model/) must be signed with key material from the original [DID document](https://www.w3.org/TR/did-1.0/#services) which contains the `LinkedDomains` service. | ||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
|
|
||||||||||||||||||
| > Note: The DID document can be hosted at the [IANA registered](https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml) well-known endpoint of the same origin, `/.well-known/did.json`, but this is specific to the [did:web Method specification](https://w3c-ccg.github.io/did-method-web/). The DID configuration however, works with any did method supporting the DID document services and these DID documents can be hosted anywhere, not necessarily at `/.well-known/did.json`. | ||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
|
|
||||||||||||||||||
| ### Please DO NOT contact IANA regarding registration of well known URIs associated with these specifications. | ||||||||||||||||||
|
|
||||||||||||||||||
| ## .well-known/did-configuration.json | ||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
|
|
||||||||||||||||||
| - [Spec](https://identity.foundation/well-known-did-configuration/resources/did-configuration/) | ||||||||||||||||||
| - [Example](https://identity.foundation/.well-known/did-configuration.json) | ||||||||||||||||||
|
|
||||||||||||||||||
| Contact: public-credentials@w3.org | ||||||||||||||||||
| Contact: public-credentials@w3.org | ||||||||||||||||||
|
|
||||||||||||||||||
| ## `.well-known/did.json` | ||||||||||||||||||
|
|
||||||||||||||||||
| - [Spec](https://github.com/w3c-ccg/did-method-web) | ||||||||||||||||||
| - [Example](https://identity.foundation/.well-known/did.json) | ||||||||||||||||||
|
|
||||||||||||||||||
| Contact: public-credentials@w3.org | ||||||||||||||||||
| Contact: public-credentials@w3.org | ||||||||||||||||||
|
|
||||||||||||||||||
| ## DID Working Group Repositories | ||||||||||||||||||
|
|
||||||||||||||||||
|
|
@@ -29,9 +40,9 @@ Contact: public-credentials@w3.org | |||||||||||||||||
|
|
||||||||||||||||||
| ### Known implementations | ||||||||||||||||||
|
|
||||||||||||||||||
| |implementer|did.json|did-configuration.json|date last checked| | ||||||||||||||||||
| |---|---|---|---| | ||||||||||||||||||
| |dif| [X](https://identity.foundation/.well-known/did.json) |[X](https://identity.foundation/.well-known/did-configuration.json) |12-10-20| | ||||||||||||||||||
| |transmute| [X](https://www.transmute.industries/.well-known/did.json) |[X](https://www.transmute.industries/.well-known/did-configuration.json) |12-10-20| | ||||||||||||||||||
| |mattr global| [X](https://mattr.global/.well-known/did.json) | |12-10-20| | ||||||||||||||||||
| |trinsic| [X](https://trinsic.id/.well-known/did.json) |[X](https://trinsic.id/.well-known/did-configuration.json) |12-15-20| | ||||||||||||||||||
| | implementer | did.json | did-configuration.json | date last checked | | ||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
| | ------------ | ---------------------------------------------------------- | ------------------------------------------------------------------------ | ----------------- | | ||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
| | dif | [X](https://identity.foundation/.well-known/did.json) | [X](https://identity.foundation/.well-known/did-configuration.json) | 12-10-20 | | ||||||||||||||||||
| | transmute | [X](https://www.transmute.industries/.well-known/did.json) | [X](https://www.transmute.industries/.well-known/did-configuration.json) | 12-10-20 | | ||||||||||||||||||
| | mattr global | [X](https://mattr.global/.well-known/did.json) | | 12-10-20 | | ||||||||||||||||||
| | trinsic | [X](https://trinsic.id/.well-known/did.json) | [X](https://trinsic.id/.well-known/did-configuration.json) | 12-15-20 | | ||||||||||||||||||
|
Comment on lines
+45
to
+48
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.