From 5c970e8a5069b7198dc17e57b7a31b1160a86333 Mon Sep 17 00:00:00 2001
From: Sonia Zorba <sonia.zorba@inaf.it>
Date: Mon, 15 Nov 2021 14:33:18 +0100
Subject: [PATCH] Minor change to Shibboleth configuration

---
 docker/rap.conf | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docker/rap.conf b/docker/rap.conf
index 1a760e9..de9a2e4 100644
--- a/docker/rap.conf
+++ b/docker/rap.conf
@@ -31,9 +31,10 @@
 # Shibboleth authentication (needs Shibboleth module installed and enabled)
 
 <IfModule mod_shib.c>
-    <Directory /var/www/html/rap-ia2/auth/saml2/>
+    <Location /rap-ia2/auth/eduGAIN/>
         AuthType shibboleth
         ShibRequestSetting requireSession 1
+        ShibUseEnvironment On
         Require valid-user
-    </Directory>
+    </Location>
 </IfModule>
-- 
GitLab