Skip to content

Commit ac78110

Browse files
author
ID Bot
committed
Script updating gh-pages from 0d0f091. [ci skip]
1 parent 324ee47 commit ac78110

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

pb/untagged_cwt/draft-ietf-oauth-status-list.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,7 @@ <h3 id="name-status-list-token-in-jwt-fo">
19501950
<h3 id="name-status-list-token-in-cwt-fo">
19511951
<a href="#section-5.2" class="section-number selfRef">5.2. </a><a href="#name-status-list-token-in-cwt-fo" class="section-name selfRef">Status List Token in CWT Format</a>
19521952
</h3>
1953-
<p id="section-5.2-1">The Status List Token <span class="bcp14">MUST</span> be encoded as a "CBOR Web Token (CWT)" according to <span>[<a href="#RFC8392" class="cite xref">RFC8392</a>]</span>. The Status List Token <span class="bcp14">MUST</span> not be tagged with the tags defined in section 6 of <span>[<a href="#RFC8392" class="cite xref">RFC8392</a>]</span> or in section 2 of <span>[<a href="#RFC9052" class="cite xref">RFC9052</a>]</span>.<a href="#section-5.2-1" class="pilcrow"></a></p>
1953+
<p id="section-5.2-1">The Status List Token <span class="bcp14">MUST</span> be encoded as a "CBOR Web Token (CWT)" according to <span>[<a href="#RFC8392" class="cite xref">RFC8392</a>]</span>. The Status List Token <span class="bcp14">MUST NOT</span> be tagged with the CWT tag defined in <span><a href="https://rfc-editor.org/rfc/rfc8392#section-6" class="relref">Section 6</a> of [<a href="#RFC8392" class="cite xref">RFC8392</a>]</span>, but <span class="bcp14">MUST</span> be tagged with the COSE tag as defined in <span><a href="https://rfc-editor.org/rfc/rfc9052#section-2" class="relref">Section 2</a> of [<a href="#RFC9052" class="cite xref">RFC9052</a>]</span> (e.g., Tag <code>18</code> for a Status List Token of type <code>COSE_Sign1</code>).<a href="#section-5.2-1" class="pilcrow"></a></p>
19541954
<p id="section-5.2-2">The following content applies to the protected header of the CWT:<a href="#section-5.2-2" class="pilcrow"></a></p>
19551955
<ul class="normal">
19561956
<li class="normal" id="section-5.2-3.1">
@@ -2075,7 +2075,7 @@ <h3 id="name-referenced-token-in-jose">
20752075
</ul>
20762076
<p id="section-6.2-4">Application of additional restrictions and policies are at the discretion of the Relying Party.<a href="#section-6.2-4" class="pilcrow"></a></p>
20772077
<p id="section-6.2-5">The following is a non-normative example of a decoded header and payload of a Referenced Token:<a href="#section-6.2-5" class="pilcrow"></a></p>
2078-
<div class="lang-json sourcecode" id="section-6.2-6">
2078+
<div class="alignLeft art-ascii-art art-text artwork" id="section-6.2-6">
20792079
<pre>
20802080
{
20812081
"alg": "ES256",
@@ -4684,19 +4684,22 @@ <h2 id="name-document-history">
46844684
<p id="appendix-D-2">-15<a href="#appendix-D-2" class="pilcrow"></a></p>
46854685
<ul class="normal">
46864686
<li class="normal" id="appendix-D-3.1">
4687-
<p id="appendix-D-3.1.1">add description field to EKU iana registration request<a href="#appendix-D-3.1.1" class="pilcrow"></a></p>
4687+
<p id="appendix-D-3.1.1">be explicit about tagging and re-add cose_sign1 tag to example<a href="#appendix-D-3.1.1" class="pilcrow"></a></p>
46884688
</li>
46894689
<li class="normal" id="appendix-D-3.2">
4690-
<p id="appendix-D-3.2.1">fix typos in referenced token<a href="#appendix-D-3.2.1" class="pilcrow"></a></p>
4690+
<p id="appendix-D-3.2.1">add description field to EKU iana registration request<a href="#appendix-D-3.2.1" class="pilcrow"></a></p>
46914691
</li>
46924692
<li class="normal" id="appendix-D-3.3">
4693-
<p id="appendix-D-3.3.1">fix typos<a href="#appendix-D-3.3.1" class="pilcrow"></a></p>
4693+
<p id="appendix-D-3.3.1">fix typos in referenced token<a href="#appendix-D-3.3.1" class="pilcrow"></a></p>
46944694
</li>
46954695
<li class="normal" id="appendix-D-3.4">
4696-
<p id="appendix-D-3.4.1">make IANA references informative<a href="#appendix-D-3.4.1" class="pilcrow"></a></p>
4696+
<p id="appendix-D-3.4.1">fix typos<a href="#appendix-D-3.4.1" class="pilcrow"></a></p>
46974697
</li>
46984698
<li class="normal" id="appendix-D-3.5">
4699-
<p id="appendix-D-3.5.1">remove unused iana.jose reference<a href="#appendix-D-3.5.1" class="pilcrow"></a></p>
4699+
<p id="appendix-D-3.5.1">make IANA references informative<a href="#appendix-D-3.5.1" class="pilcrow"></a></p>
4700+
</li>
4701+
<li class="normal" id="appendix-D-3.6">
4702+
<p id="appendix-D-3.6.1">remove unused iana.jose reference<a href="#appendix-D-3.6.1" class="pilcrow"></a></p>
47004703
</li>
47014704
</ul>
47024705
<p id="appendix-D-4">-14<a href="#appendix-D-4" class="pilcrow"></a></p>

pb/untagged_cwt/draft-ietf-oauth-status-list.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -680,9 +680,10 @@ Table of Contents
680680
5.2. Status List Token in CWT Format
681681

682682
The Status List Token MUST be encoded as a "CBOR Web Token (CWT)"
683-
according to [RFC8392]. The Status List Token MUST not be tagged
684-
with the tags defined in section 6 of [RFC8392] or in section 2 of
685-
[RFC9052].
683+
according to [RFC8392]. The Status List Token MUST NOT be tagged
684+
with the CWT tag defined in Section 6 of [RFC8392], but MUST be
685+
tagged with the COSE tag as defined in Section 2 of [RFC9052] (e.g.,
686+
Tag 18 for a Status List Token of type COSE_Sign1).
686687

687688
The following content applies to the protected header of the CWT:
688689

@@ -3255,6 +3256,8 @@ Document History
32553256

32563257
-15
32573258

3259+
* be explicit about tagging and re-add cose_sign1 tag to example
3260+
32583261
* add description field to EKU iana registration request
32593262

32603263
* fix typos in referenced token

0 commit comments

Comments
 (0)