Skip to content

Commit f698baf

Browse files
author
ID Bot
committed
Script updating gh-pages from f97754c. [ci skip]
1 parent f6d9825 commit f698baf

2 files changed

Lines changed: 14 additions & 28 deletions

File tree

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

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,11 +1216,6 @@ <h2 id="name-copyright-notice">
12161216
</li>
12171217
<li class="compact toc ulBare ulEmpty" id="section-toc.1-1.6.2.3">
12181218
<p id="section-toc.1-1.6.2.3.1"><a href="#section-6.3" class="auto internal xref">6.3</a>.  <a href="#name-referenced-token-in-cose" class="internal xref">Referenced Token in COSE</a></p>
1219-
<ul class="compact toc ulBare ulEmpty">
1220-
<li class="compact toc ulBare ulEmpty" id="section-toc.1-1.6.2.3.2.1">
1221-
<p id="section-toc.1-1.6.2.3.2.1.1"><a href="#section-6.3.1" class="auto internal xref">6.3.1</a>.  <a href="#name-cbor-web-token-cwt" class="internal xref">CBOR Web Token (CWT)</a></p>
1222-
</li>
1223-
</ul>
12241219
</li>
12251220
</ul>
12261221
</li>
@@ -2160,31 +2155,26 @@ <h3 id="name-referenced-token-in-cose">
21602155
</ul>
21612156
</li>
21622157
</ul>
2163-
<div id="referenced-token-cwt">
2164-
<section id="section-6.3.1">
2165-
<h4 id="name-cbor-web-token-cwt">
2166-
<a href="#section-6.3.1" class="section-number selfRef">6.3.1. </a><a href="#name-cbor-web-token-cwt" class="section-name selfRef">CBOR Web Token (CWT)</a>
2167-
</h4>
2168-
<p id="section-6.3.1-1">The following content applies to the CWT Claims Set:<a href="#section-6.3.1-1" class="pilcrow"></a></p>
2158+
<p id="section-6.3-3">If the Referenced Token is a CWT, the following content applies to the CWT Claims Set:<a href="#section-6.3-3" class="pilcrow"></a></p>
21692159
<ul class="normal">
2170-
<li class="normal" id="section-6.3.1-2.1">
2171-
<p id="section-6.3.1-2.1.1"><code>65535</code> (status): <span class="bcp14">REQUIRED</span>. The status claim contains the <code>Status</code> CBOR structure as described in <a href="#referenced-token-cose" class="auto internal xref">Section 6.3</a>.<a href="#section-6.3.1-2.1.1" class="pilcrow"></a></p>
2160+
<li class="normal" id="section-6.3-4.1">
2161+
<p id="section-6.3-4.1.1"><code>65535</code> (status): <span class="bcp14">REQUIRED</span>. The status claim contains the <code>Status</code> CBOR structure as described in this section.<a href="#section-6.3-4.1.1" class="pilcrow"></a></p>
21722162
</li>
2173-
</ul>
2174-
<p id="section-6.3.1-3">Application of additional restrictions and policies are at the discretion of the Relying Party.<a href="#section-6.3.1-3" class="pilcrow"></a></p>
2175-
<p id="section-6.3.1-4">The following is a non-normative example of a Referenced Token in CWT format in Hex:<a href="#section-6.3.1-4" class="pilcrow"></a></p>
2176-
<div class="alignLeft art-text artwork" id="section-6.3.1-5">
2163+
</ul>
2164+
<p id="section-6.3-5">Application of additional restrictions and policies are at the discretion of the Relying Party.<a href="#section-6.3-5" class="pilcrow"></a></p>
2165+
<p id="section-6.3-6">The following is a non-normative example of a Referenced Token in CWT format in Hex:<a href="#section-6.3-6" class="pilcrow"></a></p>
2166+
<div class="alignLeft art-text artwork" id="section-6.3-7">
21772167
<pre>
21782168
d28443a10126a1044231325866a502653132333435017368747470733a2f2f657861
21792169
6d706c652e636f6d061a648c5bea041a8898dfea19ffffa16b7374617475735f6c69
21802170
7374a2636964780063757269782168747470733a2f2f6578616d706c652e636f6d2f
21812171
7374617475736c697374732f315840340f7efea10f1a36dc4797636a17b4dd4848b6
21822172
8997d1d10e8cceb3a38ff33b3dda72964a83989f6cf98560c2fc97a08bc8977cc6b0
21832173
f84cfedab93d3e4481e938
2184-
</pre><a href="#section-6.3.1-5" class="pilcrow"></a>
2174+
</pre><a href="#section-6.3-7" class="pilcrow"></a>
21852175
</div>
2186-
<p id="section-6.3.1-6">The following is the CBOR Annotated Hex output of the example above:<a href="#section-6.3.1-6" class="pilcrow"></a></p>
2187-
<div class="alignLeft art-text artwork" id="section-6.3.1-7">
2176+
<p id="section-6.3-8">The following is the CBOR Annotated Hex output of the example above:<a href="#section-6.3-8" class="pilcrow"></a></p>
2177+
<div class="alignLeft art-text artwork" id="section-6.3-9">
21882178
<pre>
21892179
d2 # tag(18)
21902180
84 # array(4)
@@ -2211,9 +2201,7 @@ <h4 id="name-cbor-web-token-cwt">
22112201
83989f6cf98560c2fc97a08b # "\x83\x98\x9flù\x85`Âü\x97\xa0\x8b"
22122202
c8977cc6b0f84cfedab93d3e # "È\x97|ưøLþÚ¹=&gt;"
22132203
4481e938 # "D\x81é8"
2214-
</pre><a href="#section-6.3.1-7" class="pilcrow"></a>
2215-
</div>
2216-
</section>
2204+
</pre><a href="#section-6.3-9" class="pilcrow"></a>
22172205
</div>
22182206
</section>
22192207
</div>

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ Table of Contents
9292
6.1. Status Claim
9393
6.2. Referenced Token in JOSE
9494
6.3. Referenced Token in COSE
95-
6.3.1. CBOR Web Token (CWT)
9695
7. Status Types
9796
7.1. Status Types Values
9897
8. Verification and Processing
@@ -907,12 +906,11 @@ d2 # tag(18)
907906
Referenced Token. The value of uri MUST be a URI conforming
908907
to [RFC3986].
909908

910-
6.3.1. CBOR Web Token (CWT)
911-
912-
The following content applies to the CWT Claims Set:
909+
If the Referenced Token is a CWT, the following content applies to
910+
the CWT Claims Set:
913911

914912
* 65535 (status): REQUIRED. The status claim contains the Status
915-
CBOR structure as described in Section 6.3.
913+
CBOR structure as described in this section.
916914

917915
Application of additional restrictions and policies are at the
918916
discretion of the Relying Party.

0 commit comments

Comments
 (0)