|
9 | 9 | <meta content="Paul Bastian" name="author"> |
10 | 10 | <meta content="Christian Bormann" name="author"> |
11 | 11 | <meta content=" |
12 | | - This specification defines a status mechanism called Token Status List (TSL), data structures and processing rules for representing the status of tokens secured by JSON Object Signing and Encryption (JOSE) or CBOR Object Signing and Encryption (COSE), such as JWT, SD-JWT VC, CBOR Web Token, and ISO mdoc. It also defines an extension point and a registry for future status mechanisms. |
| 12 | + This specification defines a status mechanism called Token Status List (TSL), data structures and processing rules for representing the status of tokens secured by JSON Object Signing and Encryption (JOSE) or CBOR Object Signing and Encryption (COSE), such as JWT, SD-JWT, CBOR Web Token, and ISO mdoc. It also defines an extension point and a registry for future status mechanisms. |
13 | 13 | " name="description"> |
14 | 14 | <meta content="xml2rfc 3.31.0" name="generator"> |
15 | 15 | <meta content="draft-ietf-oauth-status-list-latest" name="ietf.draft"> |
|
1088 | 1088 | <h1 id="title">Token Status List (TSL)</h1> |
1089 | 1089 | <section id="section-abstract"> |
1090 | 1090 | <h2 id="abstract"><a href="#abstract" class="selfRef">Abstract</a></h2> |
1091 | | -<p id="section-abstract-1">This specification defines a status mechanism called Token Status List (TSL), data structures and processing rules for representing the status of tokens secured by JSON Object Signing and Encryption (JOSE) or CBOR Object Signing and Encryption (COSE), such as JWT, SD-JWT VC, CBOR Web Token, and ISO mdoc. It also defines an extension point and a registry for future status mechanisms.<a href="#section-abstract-1" class="pilcrow">¶</a></p> |
| 1091 | +<p id="section-abstract-1">This specification defines a status mechanism called Token Status List (TSL), data structures and processing rules for representing the status of tokens secured by JSON Object Signing and Encryption (JOSE) or CBOR Object Signing and Encryption (COSE), such as JWT, SD-JWT, CBOR Web Token, and ISO mdoc. It also defines an extension point and a registry for future status mechanisms.<a href="#section-abstract-1" class="pilcrow">¶</a></p> |
1092 | 1092 | </section> |
1093 | 1093 | <section class="note rfcEditorRemove" id="section-note.1"> |
1094 | 1094 | <h2 id="name-about-this-document"> |
@@ -1645,7 +1645,7 @@ <h2 id="name-terminology"> |
1645 | 1645 | <dd class="break"></dd> |
1646 | 1646 | <dt id="section-3-1.17">Referenced Token:</dt> |
1647 | 1647 | <dd style="margin-left: 1.5em" id="section-3-1.18"> |
1648 | | - <p id="section-3-1.18.1">A cryptographically secured data structure that contains a "status" claim that references a mechanism to retrieve status information about this Referenced Token. This document defines the Status List mechanism in which case the Referenced Token contains a reference to an entry in a Status List Token. It is <span class="bcp14">RECOMMENDED</span> to use JSON <span>[<a href="#RFC8259" class="cite xref">RFC8259</a>]</span> with JOSE as defined in <span>[<a href="#RFC7515" class="cite xref">RFC7515</a>]</span> or CBOR <span>[<a href="#RFC8949" class="cite xref">RFC8949</a>]</span> with COSE as defined in <span>[<a href="#RFC9052" class="cite xref">RFC9052</a>]</span>. Examples for Referenced Tokens are SD-JWT VC and ISO mdoc.<a href="#section-3-1.18.1" class="pilcrow">¶</a></p> |
| 1648 | + <p id="section-3-1.18.1">A cryptographically secured data structure that contains a "status" claim that references a mechanism to retrieve status information about this Referenced Token. This document defines the Status List mechanism in which case the Referenced Token contains a reference to an entry in a Status List Token. It is <span class="bcp14">RECOMMENDED</span> to use JSON <span>[<a href="#RFC8259" class="cite xref">RFC8259</a>]</span> with JOSE as defined in <span>[<a href="#RFC7515" class="cite xref">RFC7515</a>]</span> or CBOR <span>[<a href="#RFC8949" class="cite xref">RFC8949</a>]</span> with COSE as defined in <span>[<a href="#RFC9052" class="cite xref">RFC9052</a>]</span>. Examples for Referenced Tokens are SD-JWT and ISO mdoc.<a href="#section-3-1.18.1" class="pilcrow">¶</a></p> |
1649 | 1649 | </dd> |
1650 | 1650 | <dd class="break"></dd> |
1651 | 1651 | <dt id="section-3-1.19">Client:</dt> |
|
0 commit comments