@@ -320,7 +320,7 @@ verification key for the Issuer-signed JWT:
320
320
321
321
- JWT Issuer Metadata: If the ` iss ` value contains an HTTPS URI, the recipient MUST
322
322
obtain the public key using JWT Issuer Metadata as defined in (#jwt-issuer-metadata).
323
- - DID Document Resolution: If the ` iss ` value contains a DID, the recipient MUST retrieve
323
+ - DID Document Resolution: If the ` iss ` value contains a DID [ @ W3C .DID ] , the recipient MUST retrieve
324
324
the public key from the DID Document resolved from the DID in the ` iss ` value.
325
325
In this case, if the ` kid ` JWT header parameter is present, the ` kid ` MUST be a relative or absolute
326
326
DID URL of the DID in the ` iss ` value, identifying the public key.
568
568
<title>Server Side Request Forgery Prevention Cheat Sheet</title>
569
569
</front >
570
570
</reference >
571
+
572
+ <reference anchor =" W3C.DID " target =" https://www.w3.org/TR/did-core/ " >
573
+ <front>
574
+ <author initials="M." surname="Sporny" fullname="Manu Sporny">
575
+ <organization>
576
+ <organizationName>Digital Bazaar</organizationName>
577
+ </organization>
578
+ </author>
579
+ <author initials="D." surname="Longley" fullname="Dave Longley">
580
+ <organization>
581
+ <organizationName>Digital Bazaar</organizationName>
582
+ </organization>
583
+ </author>
584
+ <author initials="M." surname="Sabadello" fullname="Markus Sabadello">
585
+ <organization>
586
+ <organizationName>Danube Tech</organizationName>
587
+ </organization>
588
+ </author>
589
+ <author initials="D." surname="Reed" fullname="Drummond Reed">
590
+ <organization>
591
+ <organizationName>Evernym/Avast</organizationName>
592
+ </organization>
593
+ </author>
594
+ <author initials="O." surname="Steele" fullname="Orie Steele">
595
+ <organization>
596
+ <organizationName>Transmute</organizationName>
597
+ </organization>
598
+ </author>
599
+ <author initials="C." surname="Allen" fullname="Christopher Allen">
600
+ <organization>
601
+ <organizationName>Blockchain Commons</organizationName>
602
+ </organization>
603
+ </author>
604
+ <title>Decentralized Identifiers (DIDs) v1.0</title>
605
+ <date day="19" month="July" year="2022"/>
606
+ </front>
607
+ </reference >
571
608
{backmatter}
572
609
573
610
# IANA Considerations
0 commit comments