HEX
Server: Apache
System: Linux wp02.tdr-lab.com 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
User: kusanagi (1001)
PHP: 7.4.23
Disabled: NONE
Upload Files
File: //etc/nginx/templates.d/shibd.conf
# FastCGI authorizer for Auth Request module
location = /shibauthorizer {
        internal;
        include fastcgi_params;
        fastcgi_pass unix:/run/shibboleth/shibauthorizer.sock;
}

# FastCGI responder
location /Shibboleth.sso {
        include fastcgi_params;
        fastcgi_pass unix:/run/shibboleth/shibresponder.sock;
}

# Resources for the Shibboleth error pages. This can be customised.
#location /shibboleth-sp {
#       alias /usr/share/shibboleth/;
#}

#Add your attributes here. They get introduced as headers
#by the FastCGI authorizer so we must prevent spoofing.
shib_request /shibauthorizer;
shib_request_use_headers on;