...
# | Segment | Purpose |
1 | did | URI scheme as required by W3C DID 1.0 |
2 | scid | DID method name |
3 | scid-methodtype-name | SCID method type name |
4 | ver | SCID method type version |
5 | method-specific-id | SCID value |
...
did-scid = "did:scid:" scid-methodtype-name ":" ver ":" method-specific-id
scid-methodtype-name = 1*methodtype-char
ver = 1*DIGIT
methodtype-char = %x61-7A / DIGIT
...
The
alsoKnownAs
property of a DID document for adid:scid
DID SHOULD include one entry for eachdid:scid
DID URL that identifies a different location for the verification metadata.If the For each such
did:scid
DID in adid:scid
URL listed in the ThealsoKnownAs
property matches the DID documentid
property value, then the verification metadata at the location identified by thesrc
parameter value of thatdid:scid
URL has the following requirements:The values of all versions of the verification metadata that is present in all locations MUST be equivalent.
One or more of the locations MAY have a newer version of the verification metadata than the other locations.
The latter requirement avoids a race condition for the DID controller when synchronizing updates to the verification metadata for a did:scid
DID.
did:scid
...
types
This section is normative.
Like the did:
scheme defined in W3C Decentralized Identifiers (DIDs) 1.0, did:scid
is a scheme for did:scid
methods types. As with DID methods, there is no limit to the number of did:scid
methods types. However, authors SHOULD NOT create a new did:scid
method type if:
A current
did:scid
method type provides all required functionality, ORA revision to a current
did:scid
method type could add the required new functionality.
did:scid
...
type specifications
A
did:scid
method type MUST have a written specification.The
did:scid
method type specification MUST meet all the requirements in:This specification.
The
did:scid
method type specification SHOULD be available via a canonical URL.The
did:scid
method type specification SHOULD be assigned its owndid:scid
DID using that method (“identifier dogfooding”).As described in Appendix B.8 of W3C Decentralized Identifiers 1.0, the DID document resolved by the
did:scid
DID whose DID subject is thedid:scid
method specification SHOULD have analsoKnownAs
property containing at least one value that is the canonical URL for thedid:scid
method specification.
did:scid
...
type names
NOTE: The recommendations in this section are based on a simple rationale: there is no good reason to have a large number of |
did:scid
method type names have the same ABNF as DID method names.
It is RECOMMENDED to keep
did:scid
method type names as short as possible.By convention,
did:scid
method type names SHOULD consist of exactly two characters.This specification SHALL maintain a registry of
did:scid
method type names in Appendix A.
did:scid
...
type version identifiers
Although W3C Decentralized Identifiers (DIDs) 1.0 does not require DID methods to have version identifiers, practical usage has shown they can be quite valuable, especially to support cryptographic agility as newer and better cryptographic algorithms are developed. In any case, for a did:scid
type, a single digit version identifier plus the colon delimiter adds only two characters to the DID.
A
did:scid
DID MUST have a version number.The version number MUST be one or more digits.
Version numbers MUST increment.
Appendix A: did:scid
...
Type Registry
TODO: Add
|
...
IMPORTANT: When the verifiable history of a |
...
With did:scid
, Bluesky’s requirements could be met if Bluesky implemented this policy:
Any did:scid
DID used by Bluesky MUST have its verifiable history published to at least one designated Bluesky DID server (for example “did.bsky.social”).
In other words, a did:scid
DID can still be 100% portable—the owner can move it anywhere they want any time they want and keep their full verifiable history—BUT if they want to use it with Bluesky, the owner must agree to let Bluesky host at least one copy of their verifiable history on Bluesky’s DID server.
That way Bluesky can have its cake and eat it too. A did:scid
DID can meet all both of these requirements:
...
For Bluesky, there is always a known context—the verifiable history for the did:scid
DID on their own DID server. Even better, Bluesky gets to completely control the performance, redundancy, scalability, etc. of that resolution option. At the same time, the did:scid
DID controller still has a fully portable DID they can take to any other DID server anywhere anytime.
This policy also works for any service provider that who shares Bluesky requirements. In other words, if a service provider wants to be able to “always resolve” a did:scid
DID regardless of what other DID servers the DID controller currently uses, the site can make it part of their terms-of-service that the DID controller must publish their verifiable history to that service provider’s DID server.
Note: this policy also enables that service provider providers to avoid duplicity issues. The service providers provider's own DID server will always be authoritative for the verifiable history for the did:scid
on which they are relying. If the DID controller writes conflicting update records to that DID server, the service provider could can immediately trigger revocation of that did:scid
DID.
Appendix D: Blockchain support using did:cheqd
...
Using this approach, a did:scid
DID can point to the initial verifiable history log on cheqd.
...
Additionally, a relying party will be able to check any updates to the verifiable history log, as cheqd provides the functionality of a “microledger” for resource versions, see . See below how cheqd would work as a ledger of verifiable history updates below:
...