[KEYCLOAK-13950] SAML2 Identity Provider - Send Subject in SAML requests (missing translations)
This commit is contained in:
parent
70ee36224c
commit
9200195f25
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue