From 9200195f252b1000f0b6d9b4435f65c3e0adfeb7 Mon Sep 17 00:00:00 2001 From: Lorent Lempereur Date: Sat, 1 Aug 2020 00:10:24 +0200 Subject: [PATCH] [KEYCLOAK-13950] SAML2 Identity Provider - Send Subject in SAML requests (missing translations) --- .../theme/base/admin/messages/admin-messages_en.properties | 2 ++ 1 file changed, 2 insertions(+) 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 83f2d80a62..8a116273cb 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 @@ -688,6 +688,8 @@ validate-signature=Validate Signature saml.validate-signature.tooltip=Enable/disable signature validation of SAML responses. validating-x509-certificate=Validating X509 Certificates validating-x509-certificate.tooltip=The certificate in PEM format that must be used to check for signatures. Multiple certificates can be entered, separated by comma (,). +saml.loginHint=Pass subject +saml.loginHint.tooltip=During login phase, forward an optional login_hint query parameter to SAML AuthnRequest's Subject. saml.import-from-url.tooltip=Import metadata from a remote IDP SAML entity descriptor. social.client-id.tooltip=The client identifier registered with the identity provider. social.client-secret.tooltip=The client secret registered with the identity provider. This field is able to obtain its value from vault, use ${vault.ID} format.