KEYCLOAK-15485 Add option to enable SAML SP metadata signature

This commit is contained in:
Luca Leonardo Scorcia 2020-09-15 19:11:57 +02:00 committed by Hynek Mlnařík
parent 4500dcbbc6
commit d4302c0b88

View file

@ -65,6 +65,9 @@ You must define the SAML configuration options as well. They basically describe
|Validating X509 Certificate |Validating X509 Certificate
|The public certificate that will be used to validate the signatures of SAML requests and responses from the external IDP. |The public certificate that will be used to validate the signatures of SAML requests and responses from the external IDP.
|Sign Service Provider Metadata
|If true, it will use the realm's keypair to sign the <<_identity_broker_saml_sp_descriptor, SAML Service Provider Metadata descriptor>>.
|Pass subject |Pass subject
|Whether or not a `login_hint` query parameter should be forwarded to the IDP. When provided, this login_hint parameter is added to AuthnRequest's Subject. This allows destination providers to prefill their login form. When no login_hint is provided, nothing is forwarded as an AuthnRequest Subject. |Whether or not a `login_hint` query parameter should be forwarded to the IDP. When provided, this login_hint parameter is added to AuthnRequest's Subject. This allows destination providers to prefill their login form. When no login_hint is provided, nothing is forwarded as an AuthnRequest Subject.
|=== |===