Issue
Load Balancer does not redirect to the Sign-in page with https after user signs out.
Load Balancer does not redirect to the Sign-in page with https after user signs out.
Set the X-Forwarded-Proto request header in Load Balancer configuration file. For example, if you are using Apache as Load Balancer, add the following line into httpd-ssl.conf file.
RequestHeader set X-Forwarded-Proto "https"