Skip to content

Commit fc0931e

Browse files
committed
Deploying to main from @ 93b44449fe81ba83827bb386192bf37623d97fe7 🚀
1 parent 304ccbe commit fc0931e

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

extensions.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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>223 stars</span>
405+
<span>224 stars</span>
406406
</div>
407407
</div>
408408
</div>
@@ -419,7 +419,7 @@ <h5 class="card-title">Magic Link Login</h5>
419419
<div class="d-flex align-items-center">
420420
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
421421
class="me-2"/>
422-
<span>349 stars</span>
422+
<span>350 stars</span>
423423
</div>
424424
</div>
425425
</div>
@@ -640,7 +640,7 @@ <h5 class="card-title">privacyIDEA two factor authentication</h5>
640640
<div class="d-flex align-items-center">
641641
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
642642
class="me-2"/>
643-
<span>106 stars</span>
643+
<span>107 stars</span>
644644
</div>
645645
</div>
646646
</div>
@@ -781,7 +781,7 @@ <h5 class="card-title">Metrics SPI</h5>
781781
<div class="d-flex align-items-center">
782782
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
783783
class="me-2"/>
784-
<span>605 stars</span>
784+
<span>606 stars</span>
785785
</div>
786786
</div>
787787
</div>

nightly/securing-apps/token-exchange.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,18 @@ <h3 id="_standard-token-exchange-scope"><a class="anchor" href="#_standard-token
356356
</tr>
357357
</table>
358358
</div>
359+
<div class="admonitionblock note">
360+
<table>
361+
<tr>
362+
<td class="icon">
363+
<i class="fa icon-note" title="Note"></i>
364+
</td>
365+
<td class="content">
366+
By default, token exchange can be used to request extra scopes and audiences that are not present in the initial <code>subject_token</code>. If, for security reasons, you want to ensure that scopes are limited to the ones already granted to the <code>subject_token</code>, the <code>downscope-assertion-grant-enforcer</code> policy executor can be applied to the client. This executor enforces that only downscoping is allowed for token exchange. See <a href="https://www.keycloak.org/docs/latest/server_admin/#_downscoping">Downscoping</a> and <a href="https://www.keycloak.org/docs/latest/server_admin/#_client_policies">Client Policies</a> chapters in the Server Administration Guide for more information.
367+
</td>
368+
</tr>
369+
</table>
370+
</div>
359371
<div class="sect3">
360372
<h4 id="_examples"><a class="anchor" href="#_examples"></a>Examples</h4>
361373
<div class="paragraph">

resources/images/stars-small.svg

Lines changed: 1 addition & 1 deletion
Loading

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)