When mod_shib is enabled use the ShibCompatValidUser option to ensure
report outputs load correctly.
Additionally, since it's SSO related, mention the sso_loc variable in
a comment for the apache config.
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
Signed-off-by: Jeff Davis <jeff.davis@bc.libraries.coop>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
#
# SetEnv carousel_loc 1
+ # Uncomment and set this variable to the id of the context org unit
+ # you want to provide SSO / Shibboleth settings for this vhost.
+ # If sso_loc is not set physical_loc will be used instead
+ #
+ # SetEnv sso_loc 1
+
# If you don't have an SSL cert, you can create self-signed
# certificate and key with:
# openssl req -new -x509 -nodes -out server.crt -keyout server.key
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
# ----------------------------------------------------------------------------------