add SAML/OAUTH support via external user
This commit is contained in:
parent
0b012271ca
commit
992b0b0b10
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ server {
|
|||
fastcgi_param HTTPS on;
|
||||
fastcgi_param modHeadersAvailable true;
|
||||
fastcgi_param front_controller_active true;
|
||||
# needed to (optionally) support saml via a REMOTE-USER header
|
||||
fastcgi_param REMOTE-USER $http_REMOTE_USER;
|
||||
|
||||
fastcgi_pass php-handler;
|
||||
fastcgi_intercept_errors on;
|
||||
fastcgi_request_buffering off;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue