[KEYCLOAK-13950] SAML2 Identity Provider - Send Subject in SAML requests (missing translations)

This commit is contained in:
Lorent Lempereur 2020-08-01 00:10:24 +02:00 committed by Pedro Igor
parent 70ee36224c
commit 9200195f25

View file

@ -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.