diff --git a/test-compose/www/container_files/httpd/logout.php b/test-compose/www/container_files/httpd/logout.php index 6199830..0114317 100644 --- a/test-compose/www/container_files/httpd/logout.php +++ b/test-compose/www/container_files/httpd/logout.php @@ -2,6 +2,6 @@ # expire confluence session cookie setcookie ("JSESSIONID", "1", 1, "/"); - header("Location: /SShibboleth.sso/Logout"); + header("Location: /Shibboleth.sso/Logout"); ?>