4.3.17 Ensure 'authnRequestsSigned' is set to 'true' in SAML
Information
SAML providers can sign the request messages for authenticity. SAML authentication request messages ( <samlp:AuthnRequest> messages) can be signed so it can be verified securely by the receiver.
Solution
Add the authnRequestsSigned attribute to all samlWebSso20 elements to ${server.config.dir}/configDropins/overrides/*.xml and set it to true <samlWebSso20 ... authnRequestsSigned="true" />