- Feb 11, 2016
-
-
David Beitey authored
-
David Beitey authored
-
David Beitey authored
-
- Oct 14, 2015
-
-
David Beitey authored
-
David\ Beitey authored
This fixes #9 and #8 by reading headers_out from the subrequest resposne and copying them into the main request's headers_out. Previously, the direct assignment (shallow copy) produced the effect whereby no filters that ran after the shib module could modify headers. The reason for this appears to be linking inside the ngx_list ``headers`` inside the request option; suffice to say, this is a much better approach.
-
David\ Beitey authored
-
David Beitey authored
-
- Sep 30, 2015
-
-
David Beitey authored
Turns out that subrequests aren't pushed through Nginx's header filters which means that a directive like add_header won't work in a shib_request (or auth_request etc). Good to know!
-
David Beitey authored
-
- Sep 29, 2015
-
-
David Beitey authored
-
- Sep 28, 2015
-
-
David\ Beitey authored
This reverts commit f5bfd9ea.
-
David Beitey authored
This ensures that Nginx can still manipulate responses from the Shibboleth authorizer.
-
David Beitey authored
-
- Aug 25, 2015
-
-
David Beitey authored
fixed #6 by initialising hash member variable
-
jm authored
-
- Mar 30, 2015
-
-
David Beitey authored
-
David Beitey authored
-
David Beitey authored
-
David Beitey authored
-
- Jan 08, 2015
-
-
David\ Beitey authored
-
David\ Beitey authored
-
David\ Beitey authored
-
David Beitey authored
Remove the shib_authorizer flag on the config, update readme
-
David\ Beitey authored
-
David\ Beitey authored
-
- Oct 16, 2014
-
-
Luca Bruno authored
Signed-off-by:
Luca Bruno <luca.bruno@rocket-internet.de>
-
Luca Bruno authored
This is to be used in conjunction with --add-module at nginx configure time. Signed-off-by:
Luca Bruno <luca.bruno@rocket-internet.de>
-
Luca Bruno authored
This mostly follows the FastCGI Authorizer specification, with the exception of the processing of the request and response bodies, and variable naming. See http://forum.nginx.org/read.php?2,238523,238523#msg-238523 for a lengthier discussion. Signed-off-by:
Luca Bruno <luca.bruno@rocket-internet.de>
-
Luca Bruno authored
Signed-off-by:
Luca Bruno <luca.bruno@rocket-internet.de>
-
Luca Bruno authored
Signed-off-by:
Luca Bruno <luca.bruno@rocket-internet.de>
-
Luca Bruno authored
Signed-off-by:
Luca Bruno <luca.bruno@rocket-internet.de>
-
Maxim Dounin authored
-