From 91f8340a6f23377b7dbba7134cf74debad50cc86 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 6 Apr 2020 13:54:07 -0400 Subject: [PATCH] Create httpd-shib.conf --- container_files/tier-support/httpd-shib.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 container_files/tier-support/httpd-shib.conf diff --git a/container_files/tier-support/httpd-shib.conf b/container_files/tier-support/httpd-shib.conf new file mode 100644 index 00000000..134c70bd --- /dev/null +++ b/container_files/tier-support/httpd-shib.conf @@ -0,0 +1,7 @@ + + AuthType shibboleth + ShibRequestSetting requireSession 1 + ShibRequireSession on + ShibUseHeaders On + require shibboleth +