This chapter provides reference for settings available in configuration beans of the SAML module.
Extended metadata provides additional settings for customization of IDP and SP behavior. Bean can be found in package org.springframework.security.saml.metadata.ExtendedMetadata. For details on setting up metadata please consultSection 4.3, “Metadata configuration”.
Table A.1. Extended metadata settings
Property | Default | Entities | Description |
---|---|---|---|
local | false | both | |
alias | local | ||
idpDiscoveryEnabled | false | local | |
idpDiscoveryURL | local | ||
idpDiscoveryResponseURL | local | ||
ecpEnabled | false | local | |
securityProfile | metaiop | local | |
sslSecurityProfile | pkix | local | |
signingKey | both | ||
encryptionKey | both | ||
tlsKey | both | ||
trustedKeys | both | ||
requireLogoutRequestSigned | both | ||
requireLogoutResponseSigned | both | ||
requireArtifactResolveSigned | both |