Skip to content

Commit 3c5cd3d

Browse files
committed
Deploying to main from @ 93b44449fe81ba83827bb386192bf37623d97fe7 🚀
1 parent 9ccb1ff commit 3c5cd3d

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

extensions.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h5 class="card-title">Home IdP Discovery</h5>
283283
<div class="d-flex align-items-center">
284284
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
285285
class="me-2"/>
286-
<span>313 stars</span>
286+
<span>314 stars</span>
287287
</div>
288288
</div>
289289
</div>
@@ -402,7 +402,7 @@ <h5 class="card-title">MFA Plugin collection</h5>
402402
<div class="d-flex align-items-center">
403403
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
404404
class="me-2"/>
405-
<span>225 stars</span>
405+
<span>226 stars</span>
406406
</div>
407407
</div>
408408
</div>
@@ -679,7 +679,7 @@ <h5 class="card-title">GitHub SSH key mapper</h5>
679679
<div class="d-flex align-items-center">
680680
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
681681
class="me-2"/>
682-
<span>19 stars</span>
682+
<span>20 stars</span>
683683
</div>
684684
</div>
685685
</div>

nightly/securing-apps/token-exchange.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ <h3 id="_standard-token-exchange-comparison"><a class="anchor" href="#_standard-
606606
<tbody>
607607
<tr>
608608
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Internal-internal token exchange</strong></p></td>
609-
<td class="tableblock halign-left valign-top"><p class="tableblock">Supported. Implemented as per rfc8693</p></td>
610-
<td class="tableblock halign-left valign-top"><p class="tableblock">Preview support. Loose implementation of rfc8693. It is recommended to use V2 instead</p></td>
609+
<td class="tableblock halign-left valign-top"><p class="tableblock">Supported. Implemented as per RFC 8693</p></td>
610+
<td class="tableblock halign-left valign-top"><p class="tableblock">Preview support. Loose implementation of RFC 8693. It is recommended to use V2 instead</p></td>
611611
</tr>
612612
<tr>
613613
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Allowed <code>subject_token_type</code></strong></p></td>
@@ -617,7 +617,7 @@ <h3 id="_standard-token-exchange-comparison"><a class="anchor" href="#_standard-
617617
<tr>
618618
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Allowed <code>requested_token_type</code></strong></p></td>
619619
<td class="tableblock halign-left valign-top"><p class="tableblock">Access token (default), Refresh token, ID token</p></td>
620-
<td class="tableblock halign-left valign-top"><p class="tableblock">Access token, Refresh token (default), SAML2 assertion</p></td>
620+
<td class="tableblock halign-left valign-top"><p class="tableblock">Access token, Refresh token (default), SAML 2.0 assertion</p></td>
621621
</tr>
622622
<tr>
623623
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Behavior of <code>scope</code> parameter</strong></p></td>
@@ -652,12 +652,12 @@ <h3 id="_standard-token-exchange-comparison"><a class="anchor" href="#_standard-
652652
<td class="tableblock halign-left valign-top"><p class="tableblock">Not available for access nor refresh tokens</p></td>
653653
</tr>
654654
<tr>
655-
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Delegation per rfc8693</strong></p></td>
655+
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Delegation per RFC 8693</strong></p></td>
656656
<td class="tableblock halign-left valign-top"><p class="tableblock">Not supported yet</p></td>
657657
<td class="tableblock halign-left valign-top"><p class="tableblock">Not supported</p></td>
658658
</tr>
659659
<tr>
660-
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Resource parameter per rfc8693</strong></p></td>
660+
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Resource parameter per RFC 8693</strong></p></td>
661661
<td class="tableblock halign-left valign-top"><p class="tableblock">Not supported yet</p></td>
662662
<td class="tableblock halign-left valign-top"><p class="tableblock">Not supported</p></td>
663663
</tr>

nightly/server/reverseproxy.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h2 id="_configure_the_reverse_proxy_headers"><a class="anchor" href="#_configur
134134
<p>By default if the option is not specified, no reverse proxy headers are parsed. This should be used when no proxy is in use or with https passthrough.</p>
135135
</li>
136136
<li>
137-
<p><code>forwarded</code> enables parsing of the <code>Forwarded</code> header as per <a href="https://www.rfc-editor.org/rfc/rfc7239.html">RFC7239</a>.</p>
137+
<p><code>forwarded</code> enables parsing of the <code>Forwarded</code> header as per <a href="https://www.rfc-editor.org/rfc/rfc7239.html">RFC 7239</a>.</p>
138138
</li>
139139
<li>
140140
<p><code>xforwarded</code> enables parsing of non-standard <code>X-Forwarded-*</code> headers, such as <code>X-Forwarded-For</code>, <code>X-Forwarded-Proto</code>, <code>X-Forwarded-Host</code>, and <code>X-Forwarded-Port</code>.</p>
@@ -329,7 +329,7 @@ <h2 id="_exposed_path_recommendations"><a class="anchor" href="#_exposed_path_re
329329
<td class="tableblock halign-left valign-top"><p class="tableblock">/.well-known/</p></td>
330330
<td class="tableblock halign-left valign-top"><p class="tableblock">/.well-known/</p></td>
331331
<td class="tableblock halign-left valign-top"><p class="tableblock">Yes</p></td>
332-
<td class="tableblock halign-left valign-top"><p class="tableblock">This path is needed to resolve Authorization Server Metadata and other information via RFC8414.</p></td>
332+
<td class="tableblock halign-left valign-top"><p class="tableblock">This path is needed to resolve Authorization Server Metadata and other information via RFC 8414.</p></td>
333333
</tr>
334334
<tr>
335335
<td class="tableblock halign-left valign-top"><p class="tableblock">/metrics</p></td>
@@ -356,7 +356,7 @@ <h2 id="_exposed_path_recommendations"><a class="anchor" href="#_exposed_path_re
356356
<i class="fa icon-note" title="Note"></i>
357357
</td>
358358
<td class="content">
359-
If you configured a <code>http-relative-path</code> on the server, proceed as follows to use discovery wih RFC8414: Configure a reverse proxy to map the <code>/.well-known/</code> path without the prefix to the path with the prefix on the server.
359+
If you configured a <code>http-relative-path</code> on the server, proceed as follows to use discovery wih RFC 8414: Configure a reverse proxy to map the <code>/.well-known/</code> path without the prefix to the path with the prefix on the server.
360360
</td>
361361
</tr>
362362
</table>

sitemap-extra.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)