From 689f1405a2549130edf2dbead8fca13ae8a4de83 Mon Sep 17 00:00:00 2001 From: David Beitey <david@davidjb.com> Date: Mon, 30 Mar 2015 23:03:16 +1000 Subject: [PATCH] Expand background in config doco --- CONFIG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONFIG.rst b/CONFIG.rst index c87020e..63527b1 100644 --- a/CONFIG.rst +++ b/CONFIG.rst @@ -35,7 +35,9 @@ cannot forward the original request body, and likewise, cannot pass a sub-request response back to the client. As such, this module does not fully comply with the FastCGI authorizer specification. However, for Shibboleth, these two factors are inconsequential as only HTTP redirections and HTTP -headers (cookies) are used for authentication to succeed. +headers (cookies) are used for authentication to succeed and, only +HTTP headers (attributes/variables) are required to be passed onto a backend +application from the Shibboleth authorizer. Shibboleth SP with FastCGI Support -- GitLab