From d98cb5a7503dfa2498a450a56c502133351ab2e0 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 6 Apr 2020 13:54:21 -0400 Subject: [PATCH] Update grouper-www.conf --- container_files/httpd/grouper-www.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/container_files/httpd/grouper-www.conf b/container_files/httpd/grouper-www.conf index 4214fc61..16787d84 100644 --- a/container_files/httpd/grouper-www.conf +++ b/container_files/httpd/grouper-www.conf @@ -10,11 +10,3 @@ ProxyPass /grouper-ws-scim ajp://localhost:8009/grouper timeout=2400 RewriteEngine on RewriteCond %{REQUEST_URI} "^/$" RewriteRule . %{REQUEST_SCHEME}://%{HTTP_HOST}/grouper/ [R=301,L] - - - AuthType shibboleth - ShibRequestSetting requireSession 1 - ShibRequireSession on - ShibUseHeaders On - require shibboleth -