SAML Parameters
- security.saml.issuername
-
The Issuer ID of the SAML ticket. Set it equal to the public key alias to make it easier to quickly find the correct public key in federated environments.
- security.saml.timeout
-
The validity of the SAML ticket in seconds. Default value:
3600
(= 1h). - security.saml.sign.samlresponse
-
Activates the signature of
samlp:Response
elements. This is usually not necessary, because thesaml:Assertion
element is already signed. Permitted values aretrue
orfalse
. - saml2.local.entityid
-
The SAML2 entity ID represented by security.manager. For details, see SAML 2.0 federations.