Skip to content

Commit bf5d630

Browse files
committed
Update templates
1 parent 8830bd9 commit bf5d630

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

templates/clients/includes/form.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
{% trans %}When enabled, the auth_time claim is always included in ID Tokens issued to this Client.{% endtrans %}
224224
</span>
225225

226-
<label for="">{{ 'Release user claims in ID Token'|trans }}</label>
226+
<label for="">{{ 'Release User Claims in ID Token'|trans }}</label>
227227
{{ form.add_claims_to_id_token.control | raw }}
228228
<span class="pure-form-message">
229229
{% trans %}When enabled, the user's claims (resolved from the granted scopes) are included directly in the ID Token issued to this Client, in addition to being available from the UserInfo endpoint. This is useful for clients that do not call the UserInfo endpoint and rely solely on the ID Token to obtain user attributes. Leave it disabled (the default) unless a client needs it, as it opens some privacy challenges (for example, ID token ending up in access logs), and as it increases the ID Token size. For security reasons, this can only be set here (by an administrator) and is never accepted from dynamic / federation client registration.{% endtrans %}

templates/clients/show.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
</tr>
308308
<tr>
309309
<td class="client-col col-property">
310-
{{ 'Release user claims in ID Token'|trans }}
310+
{{ 'Release User Claims in ID Token'|trans }}
311311
</td>
312312
<td>
313313
{{ client.addClaimsToIdToken ? 'Yes' : 'No' }}

0 commit comments

Comments
 (0)