Skip to content

Commit c2e49c8

Browse files
committed
'Service accounts roles' should be 'Service account roles'
closes #43087 Signed-off-by: mposolda <[email protected]>
1 parent a19f4d0 commit c2e49c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/documentation/server_admin/topics/clients/oidc/con-token-role-mappings.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Roles assigned to the user can be defined in the Role mappings as described in <
2020
* In case that a role is a <<_composite-roles,composite role>>, the child roles of the composite role are also applied. In the token, the list of the roles is expanded and would contain all the roles.
2121

2222
* In case that the authenticated user is not a normal user, but a <<_service_accounts,Service account>>, which represents a client, then the service account roles are used. The service account roles are defined
23-
in the tab *Service accounts roles* of the particular client.
23+
in the tab *Service account roles* of the particular client.
2424

2525
== Role protocol mappers
2626

docs/documentation/server_admin/topics/clients/oidc/proc-using-a-service-account.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Each OIDC client has a built-in _service account_. Use this _service account_ to
1212
. Select your client.
1313
. Click the *Settings* tab.
1414
. Toggle <<_access-type, Client authentication>> to *On*.
15-
. Select *Service accounts roles* checkbox to make sure it is enabled.
15+
. Select *Service account roles* checkbox to make sure it is enabled.
1616
. Click *Save*.
1717
. Configure your <<_client-credentials, client credentials>>.
1818
. Click the *Client Scopes* tab, select the dedicated client scope (usually first client scope in the list, more details <<_client_scopes_dedicated,in this section>>) and select *Scope* tab of the client scope.

js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ eventTypes.UPDATE_TOTP_ERROR.name=Update totp error
11401140
client-updater-source-groups.tooltip=Name of groups to check. The condition evaluates to true if the entity who creates or updates the client is a member of one or more of the specified groups. Configured groups are specified by their simple name, which must match the name of the Keycloak group. No support for group hierarchy is used here.
11411141
webAuthnPolicyRpId=Relying party ID
11421142
ldapRolesDnHelp=LDAP DN where roles of this tree are saved. For example, 'ou\=finance,dc\=example,dc\=org'.
1143-
serviceAccount=Service accounts roles
1143+
serviceAccount=Service account roles
11441144
standardTokenExchangeEnabled=Standard Token Exchange
11451145
enableRefreshRequestedTokenType=Allow refresh token in Standard Token Exchange
11461146
providerUpdatedSuccess=Client policy updated successfully

0 commit comments

Comments
 (0)