auth.saml.algorithm
Specify the SAML signature/digest algorithm name to use with OpenSAML.
Key: auth.saml.algorithm
Type: SAMLAlgorithm
allowed values: sha1
or sha256
Can be set in: global.cfg
Description
Specify the SAML signature/digest algorithm name to use with OpenSAML. This setting applies to both public and administration interfaces.
The only currently permitted values are sha1
(the default for legacy reasons) and
sha256
(the recommended value for security which is compatible with most modern IdPs).