From 65b674a131ca3fcdfc07a8a76ab3473b24394eb8 Mon Sep 17 00:00:00 2001 From: Bodo Graumann Date: Thu, 26 Dec 2019 22:11:31 +0100 Subject: [PATCH] KEYCLOAK-10818 Add hint about +, * in client CORS The '+' in the allowed CORS origins does not replicate a '*' wildcard from the Valid Redirect URIs. This information is now available in the tooltip. Also translated changed message into german. --- .../theme/base/admin/messages/admin-messages_de.properties | 4 ++-- .../theme/base/admin/messages/admin-messages_en.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/src/main/resources-community/theme/base/admin/messages/admin-messages_de.properties b/themes/src/main/resources-community/theme/base/admin/messages/admin-messages_de.properties index fa078eb045..d6daac3a96 100644 --- a/themes/src/main/resources-community/theme/base/admin/messages/admin-messages_de.properties +++ b/themes/src/main/resources-community/theme/base/admin/messages/admin-messages_de.properties @@ -314,8 +314,8 @@ add-client=Client hinzuf\u00FCgen #idp-sso-url-ref.urlhint=Target IDP initiated SSO URL: #idp-sso-relay-state=IDP Initiated SSO Relay State #idp-sso-relay-state.tooltip=Relay state you want to send with SAML request when you want to do IDP Initiated SSO. -#web-origins=Web Origins -#web-origins.tooltip=Allowed CORS origins. To permit all origins of Valid Redirect URIs add '+'. To permit all origins add '*'. +web-origins=Web Origins +web-origins.tooltip=Erlaubte CORS Origins. Um alle Origins der Valid Redirect URIs zu erlauben, fügen Sie ein '+' hinzu. Dabei wird der '*' Platzhalter nicht mit übernommen. Um alle Origins zu erlauben, geben Sie explizit einen Eintrag mit '*' an. #fine-oidc-endpoint-conf=Fine Grain OpenID Connect Configuration #fine-oidc-endpoint-conf.tooltip=Expand this section to configure advanced settings of this client related to OpenID Connect protocol #user-info-signed-response-alg=User Info Signed Response Algorithm 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 0b2b34ee1a..cfb1df93e3 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 @@ -339,7 +339,7 @@ idp-sso-url-ref.urlhint=Target IDP initiated SSO URL: idp-sso-relay-state=IDP Initiated SSO Relay State idp-sso-relay-state.tooltip=Relay state you want to send with SAML request when you want to do IDP Initiated SSO. web-origins=Web Origins -web-origins.tooltip=Allowed CORS origins. To permit all origins of Valid Redirect URIs, add '+'. To permit all origins, add '*'. +web-origins.tooltip=Allowed CORS origins. To permit all origins of Valid Redirect URIs, add '+'. This does not include the '*' wildcard though. To permit all origins, explicitly add '*'. fine-oidc-endpoint-conf=Fine Grain OpenID Connect Configuration fine-oidc-endpoint-conf.tooltip=Expand this section to configure advanced settings of this client related to OpenID Connect protocol access-token-signed-response-alg=Access Token Signature Algorithm