Skip to content

Commit

Permalink
MInor fix to fragment mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
shigeya authored Jul 24, 2023
1 parent 4e490bb commit 2dd5934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-scitt-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ To dereference a DID URL, it first MUST be resolved. After that the fragment is

For example, when resolving `did:example:123#key-42`,
first, the identity document for `did:example:123` is resolved as content type `application/did+json`,
next, the fragment `#key-2` is dereferenced to a verification method that contains a `publicKeyJwk` property.
next, the fragment `#key-42` is dereferenced to a verification method that contains a `publicKeyJwk` property.

The content type of `publicKeyJwk` is expected to be `application/jwk+json`.

Expand Down

0 comments on commit 2dd5934

Please sign in to comment.