From 523ce33ea33e55b164716ea9b622672234b0d0b7 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 23 Dec 2020 10:27:28 -0600 Subject: [PATCH] fix for WP SP config --- Workbench/configs-and-secrets/wordpress/httpd/shib.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Workbench/configs-and-secrets/wordpress/httpd/shib.conf b/Workbench/configs-and-secrets/wordpress/httpd/shib.conf index 5e8a357..a4dcf57 100644 --- a/Workbench/configs-and-secrets/wordpress/httpd/shib.conf +++ b/Workbench/configs-and-secrets/wordpress/httpd/shib.conf @@ -52,3 +52,8 @@ ShibCompatValidUser Off ShibRequestSetting requireSession 1 require shib-session + + + AuthType shibboleth + require shibboleth +