LP2008252: Fix report output access when Shibboleth is enabled
[evergreen-equinox.git] / Open-ILS / examples / apache_24 / eg_vhost.conf.in
index aed61b6..e6ead93 100644 (file)
@@ -523,6 +523,11 @@ RewriteRule .? - [E=locale:%{HTTP:Accept-Language}]
     PerlSendHeader On
 </Location>
 
+# Currently required for access to reports when Shibboleth is enabled; may not be necessary once Angularized?
+<IfModule mod_shib>
+    ShibCompatValidUser On
+</IfModule>
+
 # ----------------------------------------------------------------------------------
 # Reports GUI
 # ----------------------------------------------------------------------------------