diff --git a/docbook/reference/en/en-US/modules/identity-broker.xml b/docbook/reference/en/en-US/modules/identity-broker.xml
index 8d31ae4ebc3..16d25ee7084 100755
--- a/docbook/reference/en/en-US/modules/identity-broker.xml
+++ b/docbook/reference/en/en-US/modules/identity-broker.xml
@@ -289,7 +289,7 @@
Stored Tokens Readable
- Automatically assigns a broker.READ_TOKEN role that allows the user
+ Automatically assigns a broker.read-token role that allows the user
to access any stored external tokens via the broker service.
@@ -1151,7 +1151,7 @@ Authorization: Bearer {keycloak_access_token}]]>
By default, the Keycloak access token issued for the application can't be automatically used for retrieve thirdparty token.
- A user will have to have the broker.READ_TOKEN role. The client will also have to have that role
+ A user will have to have the broker.read-token role. The client will also have to have that role
in its scope. In the broker configuration page you can automatically assign this role to newly imported users by
turning on the Stored Tokens Readable switch.
diff --git a/forms/common-themes/src/main/resources/theme/base/admin/resources/partials/realm-identity-provider-oidc.html b/forms/common-themes/src/main/resources/theme/base/admin/resources/partials/realm-identity-provider-oidc.html
index 9d23164df22..35833d0120c 100755
--- a/forms/common-themes/src/main/resources/theme/base/admin/resources/partials/realm-identity-provider-oidc.html
+++ b/forms/common-themes/src/main/resources/theme/base/admin/resources/partials/realm-identity-provider-oidc.html
@@ -53,7 +53,7 @@