Select Git revision
changelog_v1.py
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To find the state of this project's repository at the time of any of these versions, check out the tags.
nginx-snippet.conf 814 B
more_clear_input_headers Rwthmatrikelnummer Shib-Session-Index Shib-Session-Id Shib-Identity-Provider Shib-Handler Shib-Application-Id Affiliation Shib-Authentication-Instant Shib-Authncontext-Class Entitlement; # add other headers here against spoofing
location / {
shib_request /shibauthorizer;
shib_request_use_headers on;
shib_request_set $shib_matrikelnr $upstream_http_Rwthmatrikelnummer;
proxy_set_header Host $host;
proxy_pass http://unix:/run/nginx/wahlsystem; # change this
}
location = /shibauthorizer {
internal;
include fastcgi_params;
fastcgi_pass unix:/run/shibboleth/shibauthorizer.sock;
}
location /Shibboleth.sso {
include fastcgi_params;
fastcgi_pass unix:/run/shibboleth/shibresponder.sock;
}
location /shibboleth-sp {
alias /etc/shibboleth/;
}