Information
HTTPS protocol protects the integrity and confidentiality of data between the client and the server.
Transport communication accessing a SAML WebSSO service provider end point should be secured with HTTPS (TLS) to protect sensitive information.
Solution
Add the httpsRequired attribute to all samlWebSso20 elements to ${server.config.dir}/configDropins/overrides/*.xml and set it to true
<samlWebSso20 ...
httpsRequired="true"
/>