mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-07 23:50:03 -05:00
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.
This commit is contained in:
committed by
Stian Thorgersen
parent
dae212c035
commit
65b674a131
+2
-2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user