keycloak-uncached

Details

diff --git a/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties b/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties
index ee02579..6490039 100644
--- a/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties
+++ b/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties
@@ -91,11 +91,11 @@ realm-cache-clear.tooltip=Clears all entries from the realm cache (this will cle
 user-cache-clear=User Cache
 user-cache-clear.tooltip=Clears all entries from the user cache (this will clear entries for all realms)
 keys-cache-clear=Keys Cache
-keys-cache-clear.tooltip=Clears all entries from the cache of external public keys. These are keys of external clients or identity providers. (this wil clear entries for all realms)
+keys-cache-clear.tooltip=Clears all entries from the cache of external public keys. These are keys of external clients or identity providers. (this will clear entries for all realms)
 revoke-refresh-token=Revoke Refresh Token
 revoke-refresh-token.tooltip=If enabled a refresh token can only be used up to 'Refresh Token Max Reuse' and is revoked when a different token is used. Otherwise refresh tokens are not revoked when used and can be used multiple times.
 refresh-token-max-reuse=Refresh Token Max Reuse
-refresh-token-max-reuse.tooltip=Maximum number of times a refresh token can be reused. When a different token is used, revokation is immediate.
+refresh-token-max-reuse.tooltip=Maximum number of times a refresh token can be reused. When a different token is used, revocation is immediate.
 sso-session-idle=SSO Session Idle
 seconds=Seconds
 minutes=Minutes
@@ -124,7 +124,7 @@ action-token-generated-by-user.reset=Reset
 action-token-generated-by-user.operation=Override User-Initiated Action Lifespan
 
 client-login-timeout=Client login timeout
-client-login-timeout.tooltip=Max time an client has to finish the access token protocol. This should normally be 1 minute.
+client-login-timeout.tooltip=Max time a client has to finish the access token protocol. This should normally be 1 minute.
 login-timeout=Login timeout
 login-timeout.tooltip=Max time a user has to complete a login. This is recommended to be relatively long. 30 minutes or more.
 login-action-timeout=Login action timeout
@@ -291,7 +291,7 @@ valid-redirect-uris=Valid Redirect URIs
 valid-redirect-uris.tooltip=Valid URI pattern a browser can redirect to after a successful login or logout. Simple wildcards are allowed i.e. 'http://example.com/*'. Relative path can be specified too i.e. /my/relative/path/*. Relative paths are relative to the client root URL, or if none is specified the auth server root URL is used. For SAML, you must set valid URI patterns if you are relying on the consumer service URL embedded with the login request.
 base-url.tooltip=Default URL to use when the auth server needs to redirect or link back to the client.
 admin-url=Admin URL
-admin-url.tooltip=URL to the admin interface of the client. Set this if the client supports the adapter REST API. This REST API allows the auth server to push revocation policies and other adminstrative tasks. Usually this is set to the base URL of the client.
+admin-url.tooltip=URL to the admin interface of the client. Set this if the client supports the adapter REST API. This REST API allows the auth server to push revocation policies and other administrative tasks. Usually this is set to the base URL of the client.
 master-saml-processing-url=Master SAML Processing URL
 master-saml-processing-url.tooltip=If configured, this URL will be used for every binding to both the SP's Assertion Consumer and Single Logout Services. This can be individually overiden for each binding and service in the Fine Grain SAML Endpoint Configuration.
 idp-sso-url-ref=IDP Initiated SSO URL Name
@@ -363,7 +363,7 @@ kid.tooltip=KID (Key ID) of the client public key from imported JWKS.
 use-jwks-url=Use JWKS URL
 use-jwks-url.tooltip=If the switch is on, then client public keys will be downloaded from given JWKS URL. This allows great flexibility because new keys will be always re-downloaded again when client generates new keypair. If the switch is off, then public key (or certificate) from the Keycloak DB is used, so when client keypair changes, you always need to import new key (or certificate) to the Keycloak DB as well.
 jwks-url=JWKS URL
-jwks-url.tooltip=URL where client keys in JWK format are stored. See JWK specification for more details. If you use keycloak client adapter with "jwt" credential, then you can use URL of your app with '/k_jwks' suffix. For example 'http://www.myhost.com/myapp/k_jwks' .
+jwks-url.tooltip=URL where client keys in JWK format are stored. See JWK specification for more details. If you use Keycloak client adapter with "jwt" credential, then you can use URL of your app with '/k_jwks' suffix. For example 'http://www.myhost.com/myapp/k_jwks' .
 archive-format=Archive Format
 archive-format.tooltip=Java keystore or PKCS12 archive format.
 key-alias=Key Alias
@@ -551,8 +551,8 @@ select-account.option=select_account
 prompt.tooltip=Specifies whether the Authorization Server prompts the End-User for reauthentication and consent.
 validate-signatures=Validate Signatures
 identity-provider.validate-signatures.tooltip=Enable/disable signature validation of external IDP signatures.
-identity-provider.use-jwks-url.tooltip=If the switch is on, then identity provider public keys  will be downloaded from given JWKS URL. This allows great flexibility because new keys will be always re-downloaded again when identity provider generates new keypair. If the switch is off, then public key (or certificate) from the Keycloak DB is used, so when identity provider keypair changes, you always need to import new key to the Keycloak DB as well.
-identity-provider.jwks-url.tooltip=URL where identity provider keys in JWK format are stored. See JWK specification for more details. If you use external keycloak identity provider, then you can use URL like 'http://broker-keycloak:8180/auth/realms/test/protocol/openid-connect/certs' assuming your brokered keycloak is running on 'http://broker-keycloak:8180' and it's realm is 'test' .
+identity-provider.use-jwks-url.tooltip=If the switch is on, then identity provider public keys will be downloaded from given JWKS URL. This allows great flexibility because new keys will be always re-downloaded again when identity provider generates new keypair. If the switch is off, then public key (or certificate) from the Keycloak DB is used, so when identity provider keypair changes, you always need to import new key to the Keycloak DB as well.
+identity-provider.jwks-url.tooltip=URL where identity provider keys in JWK format are stored. See JWK specification for more details. If you use external Keycloak identity provider, then you can use URL like 'http://broker-keycloak:8180/auth/realms/test/protocol/openid-connect/certs' assuming your brokered Keycloak is running on 'http://broker-keycloak:8180' and its realm is 'test' .
 validating-public-key=Validating Public Key
 identity-provider.validating-public-key.tooltip=The public key in PEM format that must be used to verify external IDP signatures.
 validating-public-key-id=Validating Public Key Id
@@ -596,7 +596,7 @@ social.default-scopes.tooltip=The scopes to be sent when asking for authorizatio
 key=Key
 stackoverflow.key.tooltip=The Key obtained from Stack Overflow client registration.
 openshift.base-url=Base Url
-openshift.base-url.tooltip=Base Url to Openshift Online API
+openshift.base-url.tooltip=Base Url to OpenShift Online API
 gitlab-application-id=Application Id
 gitlab-application-secret=Application Secret
 gitlab.application-id.tooltip=Application Id for the application you created in your GitLab Applications account menu
@@ -634,7 +634,7 @@ back=Back
 initial-access-tokens=Initial Access Tokens
 add-initial-access-tokens=Add Initial Access Token
 initial-access-token=Initial Access Token
-initial-access.copyPaste.tooltip=Copy/paste the initial access token before navigating away from this page as it's not posible to retrieve later
+initial-access.copyPaste.tooltip=Copy/paste the initial access token before navigating away from this page as it's not possible to retrieve later
 continue=Continue
 initial-access-token.confirm.title=Copy Initial Access Token
 initial-access-token.confirm.text=Please copy and paste the initial access token before confirming as it can't be retrieved later
@@ -871,7 +871,7 @@ reset-credentials.tooltip=Select the flow you want to use when the user has forg
 client-authentication=Client Authentication
 client-authentication.tooltip=Select the flow you want to use for authentication of clients.
 docker-auth=Docker Authentication
-docker-auth.tooptip=Select the flow you want to use for authenticatoin against a docker client.
+docker-auth.tooptip=Select the flow you want to use for authentication against a docker client.
 new=New
 copy=Copy
 add-execution=Add execution
@@ -1128,7 +1128,7 @@ authz-any-scope=Any scope
 authz-any-role=Any role
 authz-policy-evaluation=Policy Evaluation
 authz-select-client=Select a client
-authz-select-user=Select an user
+authz-select-user=Select a user
 authz-entitlements=Entitlements
 authz-no-resources=No resources
 authz-result=Result
@@ -1166,7 +1166,7 @@ authz-create-permission=Create Permission
 
 # Authz Resource Detail
 authz-add-resource=Add Resource
-authz-resource-name.tooltip=An unique name for this resource. The name can be used to uniquely identify a resource, useful when querying for a specific resource.
+authz-resource-name.tooltip=A unique name for this resource. The name can be used to uniquely identify a resource, useful when querying for a specific resource.
 authz-resource-owner.tooltip=The owner of this resource.
 authz-resource-type.tooltip=The type of this resource. It can be used to group different resource instances with the same type.
 authz-resource-uri.tooltip=An URI that can also be used to uniquely identify this resource.
@@ -1177,7 +1177,7 @@ authz-add-scope=Add Scope
 authz-no-scopes-available=No scopes available.
 
 # Authz Scope Detail
-authz-scope-name.tooltip=An unique name for this scope. The name can be used to uniquely identify a scope, useful when querying for a specific scope.
+authz-scope-name.tooltip=A unique name for this scope. The name can be used to uniquely identify a scope, useful when querying for a specific scope.
 
 # Authz Policy List
 authz-all-types=All types
@@ -1286,7 +1286,7 @@ authz-permission-scope-scope.tooltip=Specifies that this permission must be appl
 authz-evaluation-identity-information=Identity Information
 authz-evaluation-identity-information.tooltip=The available options to configure the identity information that will be used when evaluating policies.
 authz-evaluation-client.tooltip=Select the client making this authorization request. If not provided, authorization requests would be done based on the client you are in.
-authz-evaluation-user.tooltip=Select an user whose identity is going to be used to query permissions from the server.
+authz-evaluation-user.tooltip=Select a user whose identity is going to be used to query permissions from the server.
 authz-evaluation-role.tooltip=Select the roles you want to associate with the selected user.
 authz-evaluation-new=New Evaluation
 authz-evaluation-re-evaluate=Re-Evaluate
@@ -1368,11 +1368,11 @@ permissions-enabled-role=Permissions Enabled
 permissions-enabled-role.tooltip=Whether or not to enable fine grain permissions for managing this role.  Disabling will delete all current permissions that have been set up.
 manage-permissions-role.tooltip=Fine grain permissions for managing roles.  For example, you can define different policies for who is allowed to map a role.
 lookup=Lookup
-manage-permissions-users.tooltip=Fine grain permssions for managing all users in realm.  You can define different policies for who is allowed to manage users in the realm.
+manage-permissions-users.tooltip=Fine grain permissions for managing all users in realm.  You can define different policies for who is allowed to manage users in the realm.
 permissions-enabled-users=Permissions Enabled
 permissions-enabled-users.tooltip=Whether or not to enable fine grain permissions for managing users.  Disabling will delete all current permissions that have been set up.
-manage-permissions-client.tooltip=Fine grain permssions for admins that want to manage this client or apply roles defined by this client.
-manage-permissions-group.tooltip=Fine grain permssions for admins that want to manage this group or the members of this group.
+manage-permissions-client.tooltip=Fine grain permissions for admins that want to manage this client or apply roles defined by this client.
+manage-permissions-group.tooltip=Fine grain permissions for admins that want to manage this group or the members of this group.
 manage-authz-group-scope-description=Policies that decide if an admin can manage this group
 view-authz-group-scope-description=Policies that decide if an admin can view this group
 view-members-authz-group-scope-description=Policies that decide if an admin can manage the members of this group
diff --git a/themes/src/main/resources/theme/base/login/messages/messages_en.properties b/themes/src/main/resources/theme/base/login/messages/messages_en.properties
index e6eb261..d544bda 100755
--- a/themes/src/main/resources/theme/base/login/messages/messages_en.properties
+++ b/themes/src/main/resources/theme/base/login/messages/messages_en.properties
@@ -20,7 +20,7 @@ registerWithTitleHtml={0}
 loginTitle=Log in to {0}
 loginTitleHtml={0}
 impersonateTitle={0} Impersonate User
-impersonateTitleHtml=<strong>{0}</strong> Impersonate User</strong>
+impersonateTitleHtml=<strong>{0}</strong> Impersonate User
 realmChoice=Realm
 unknownUser=Unknown user
 loginTotpTitle=Mobile Authenticator Setup
@@ -233,7 +233,7 @@ staleCodeMessage=This page is no longer valid, please go back to your applicatio
 realmSupportsNoCredentialsMessage=Realm does not support any credential type.
 identityProviderNotUniqueMessage=Realm supports multiple identity providers. Could not determine which identity provider should be used to authenticate with.
 emailVerifiedMessage=Your email address has been verified.
-staleEmailVerificationLink=The link you clicked is a old stale link and is no longer valid.  Maybe you have already verified your email?
+staleEmailVerificationLink=The link you clicked is an old stale link and is no longer valid.  Maybe you have already verified your email?
 identityProviderAlreadyLinkedMessage=Federated identity returned by {0} is already linked to another user.
 confirmAccountLinking=Confirm linking the account {0} of identity provider {1} with your account.
 confirmEmailAddressVerification=Confirm validity of e-mail address {0}.
diff --git a/themes/src/main/resources-community/theme/base/login/messages/messages_ca.properties b/themes/src/main/resources-community/theme/base/login/messages/messages_ca.properties
index 0e8458b..1380d2e 100755
--- a/themes/src/main/resources-community/theme/base/login/messages/messages_ca.properties
+++ b/themes/src/main/resources-community/theme/base/login/messages/messages_ca.properties
@@ -19,7 +19,7 @@ registerWithTitleHtml={0}
 loginTitle=Inicia sessi\u00F3 a {0}
 loginTitleHtml={0}
 impersonateTitle={0}\u00A0Personifica Usuari
-impersonateTitleHtml=<strong>{0}</strong> Personifica Usuari</strong>
+impersonateTitleHtml=<strong>{0}</strong> Personifica Usuari
 realmChoice=Domini
 unknownUser=Usuari desconegut
 loginTotpTitle=Configura la teva aplicaci\u00F3 d''identificaci\u00F3 m\u00F2bil
diff --git a/themes/src/main/resources-community/theme/base/login/messages/messages_de.properties b/themes/src/main/resources-community/theme/base/login/messages/messages_de.properties
index 327e99b..48a85d7 100755
--- a/themes/src/main/resources-community/theme/base/login/messages/messages_de.properties
+++ b/themes/src/main/resources-community/theme/base/login/messages/messages_de.properties
@@ -28,7 +28,7 @@ loginTotpTitle=Mobile Authentifizierung einrichten
 loginProfileTitle=Benutzerkonto Informationen aktualisieren
 loginTimeout=Sie haben zu lange gebraucht, um sich anzumelden. Bitte versuchen Sie es erneut.
 impersonateTitle={0} Identit\u00E4tswechsel
-impersonateTitleHtml=<strong>{0}</strong> Identit\u00E4tswechsel</strong>
+impersonateTitleHtml=<strong>{0}</strong> Identit\u00E4tswechsel
 unknownUser=Unbekannter Benutzer
 realmChoice=Realm
 oauthGrantTitle=OAuth gew\u00E4hren
diff --git a/themes/src/main/resources-community/theme/base/login/messages/messages_es.properties b/themes/src/main/resources-community/theme/base/login/messages/messages_es.properties
index a2a40d4..c6f442d 100755
--- a/themes/src/main/resources-community/theme/base/login/messages/messages_es.properties
+++ b/themes/src/main/resources-community/theme/base/login/messages/messages_es.properties
@@ -19,7 +19,7 @@ registerWithTitleHtml={0}
 loginTitle=Inicia sesi\u00F3n en {0}
 loginTitleHtml={0}
 impersonateTitle={0}\u00A0Personificar Usuario
-impersonateTitleHtml=<strong>{0}</strong> Personificar Usuario</strong>
+impersonateTitleHtml=<strong>{0}</strong> Personificar Usuario
 realmChoice=Dominio
 unknownUser=Usuario desconocido
 loginTotpTitle=Configura tu aplicaci\u00F3n de identificaci\u00F3n m\u00F3vil
diff --git a/themes/src/main/resources-community/theme/base/login/messages/messages_fr.properties b/themes/src/main/resources-community/theme/base/login/messages/messages_fr.properties
index f1d4254..54c3f41 100644
--- a/themes/src/main/resources-community/theme/base/login/messages/messages_fr.properties
+++ b/themes/src/main/resources-community/theme/base/login/messages/messages_fr.properties
@@ -19,7 +19,7 @@ registerWithTitleHtml={0}
 loginTitle=Se connecter \u00e0 {0}
 loginTitleHtml={0}
 impersonateTitle={0} utilisateur impersonate
-impersonateTitleHtml=<strong>{0}</strong> utilisateur impersonate</strong>
+impersonateTitleHtml=<strong>{0}</strong> utilisateur impersonate
 realmChoice=Domaine
 unknownUser=Utilisateur inconnu
 loginTotpTitle=Configuration de l''authentification par mobile
diff --git a/themes/src/main/resources-community/theme/base/login/messages/messages_it.properties b/themes/src/main/resources-community/theme/base/login/messages/messages_it.properties
index 92c6355..9d5b825 100755
--- a/themes/src/main/resources-community/theme/base/login/messages/messages_it.properties
+++ b/themes/src/main/resources-community/theme/base/login/messages/messages_it.properties
@@ -19,7 +19,7 @@ registerWithTitleHtml={0}
 loginTitle=Accedi a {0}
 loginTitleHtml={0}
 impersonateTitle={0} Impersonate Utente
-impersonateTitleHtml=<strong>{0}</strong> Impersonate Utente</strong>
+impersonateTitleHtml=<strong>{0}</strong> Impersonate Utente
 realmChoice=Realm
 unknownUser=Utente Sconosciuto
 loginTotpTitle=Configura Autenticazione Mobile
diff --git a/themes/src/main/resources-community/theme/base/login/messages/messages_ja.properties b/themes/src/main/resources-community/theme/base/login/messages/messages_ja.properties
index 7a293d4..7c33ddf 100644
--- a/themes/src/main/resources-community/theme/base/login/messages/messages_ja.properties
+++ b/themes/src/main/resources-community/theme/base/login/messages/messages_ja.properties
@@ -20,7 +20,7 @@ registerWithTitleHtml={0}
 loginTitle={0} にログイン
 loginTitleHtml={0}
 impersonateTitle={0} ユーザーの代理
-impersonateTitleHtml=<strong>{0}</strong> ユーザーの代理</strong>
+impersonateTitleHtml=<strong>{0}</strong> ユーザーの代理
 realmChoice=レルム
 unknownUser=不明なユーザー
 loginTotpTitle=モバイル Authenticator セットアップ
diff --git a/themes/src/main/resources-community/theme/base/login/messages/messages_no.properties b/themes/src/main/resources-community/theme/base/login/messages/messages_no.properties
index 47922cd..9bb99b2 100644
--- a/themes/src/main/resources-community/theme/base/login/messages/messages_no.properties
+++ b/themes/src/main/resources-community/theme/base/login/messages/messages_no.properties
@@ -19,7 +19,7 @@ registerWithTitleHtml={0}
 loginTitle=Logg inn p\u00E5 {0}
 loginTitleHtml={0}
 impersonateTitle={0} Gi deg ut for \u00E5 v\u00E6re en annen bruker
-impersonateTitleHtml=<strong>{0} Gi deg ut for \u00E5 v\u00E6re en annen bruker</strong>
+impersonateTitleHtml=<strong>{0}</strong> Gi deg ut for \u00E5 v\u00E6re en annen bruker
 realmChoice=Sikkerhetsdomene
 unknownUser=Ukjent bruker
 loginTotpTitle=Konfigurer autentifikator for mobil
diff --git a/themes/src/main/resources-community/theme/base/login/messages/messages_pt_BR.properties b/themes/src/main/resources-community/theme/base/login/messages/messages_pt_BR.properties
index cddfe82..ac7d67f 100755
--- a/themes/src/main/resources-community/theme/base/login/messages/messages_pt_BR.properties
+++ b/themes/src/main/resources-community/theme/base/login/messages/messages_pt_BR.properties
@@ -19,7 +19,7 @@ registerWithTitleHtml=Registre-se com <strong>{0}</strong>
 loginTitle=Entrar em {0}
 loginTitleHtml=Entrar em <strong>{0}</strong>
 impersonateTitle={0} Impersonate User
-impersonateTitleHtml=<strong>{0}</strong> Impersonate User</strong>
+impersonateTitleHtml=<strong>{0}</strong> Impersonate User
 realmChoice=Realm
 unknownUser=Usu\u00E1rio desconhecido
 loginTotpTitle=Configura\u00E7\u00E3o do autenticador mobile
diff --git a/themes/src/main/resources-community/theme/base/login/messages/messages_ru.properties b/themes/src/main/resources-community/theme/base/login/messages/messages_ru.properties
index 0d3d31a..d63dfb0 100644
--- a/themes/src/main/resources-community/theme/base/login/messages/messages_ru.properties
+++ b/themes/src/main/resources-community/theme/base/login/messages/messages_ru.properties
@@ -20,7 +20,7 @@ registerWithTitleHtml={0}
 loginTitle=Log in to {0}
 loginTitleHtml={0}
 impersonateTitle={0} Имперсонализация пользователя
-impersonateTitleHtml=<strong>{0}</strong> Имперсонализация пользователя</strong>
+impersonateTitleHtml=<strong>{0}</strong> Имперсонализация пользователя
 realmChoice=Realm
 unknownUser=Неизвестный пользователь
 loginTotpTitle=Настройка мобильного аутентификатора
diff --git a/themes/src/main/resources-community/theme/base/login/messages/messages_sv.properties b/themes/src/main/resources-community/theme/base/login/messages/messages_sv.properties
index c383703..6cb18c1 100755
--- a/themes/src/main/resources-community/theme/base/login/messages/messages_sv.properties
+++ b/themes/src/main/resources-community/theme/base/login/messages/messages_sv.properties
@@ -20,7 +20,7 @@ registerWithTitleHtml={0}
 loginTitle=Logga in till {0}
 loginTitleHtml={0}
 impersonateTitle={0} Imitera användare
-impersonateTitleHtml=<strong>{0}</strong> Imitera användare</strong>
+impersonateTitleHtml=<strong>{0}</strong> Imitera användare
 realmChoice=Realm
 unknownUser=Okänd användare
 loginTotpTitle=Inställning av mobilautentiserare
diff --git a/themes/src/main/resources-community/theme/base/login/messages/messages_zh_CN.properties b/themes/src/main/resources-community/theme/base/login/messages/messages_zh_CN.properties
index b2771b2..0fa1291 100644
--- a/themes/src/main/resources-community/theme/base/login/messages/messages_zh_CN.properties
+++ b/themes/src/main/resources-community/theme/base/login/messages/messages_zh_CN.properties
@@ -20,7 +20,7 @@ registerWithTitleHtml={0}
 loginTitle=登录到 {0}
 loginTitleHtml={0}
 impersonateTitle={0} 模拟用户
-impersonateTitleHtml=<strong>{0}</strong>模拟用户</strong>
+impersonateTitleHtml=<strong>{0}</strong>模拟用户
 realmChoice=域
 unknownUser=未知用户
 loginTotpTitle=手机验证者配置