From 6ed555ecfaa8d7817b9b0301b85c2a4268d9ceed Mon Sep 17 00:00:00 2001 From: John Gasper <jtgasper3@gmail.com> Date: Wed, 2 May 2018 13:16:45 -0700 Subject: [PATCH] Configuring Grouper to logout via the Shib SP --- container_files/ui/classes/grouper-ui.properties | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 container_files/ui/classes/grouper-ui.properties diff --git a/container_files/ui/classes/grouper-ui.properties b/container_files/ui/classes/grouper-ui.properties new file mode 100644 index 00000000..80fbee1e --- /dev/null +++ b/container_files/ui/classes/grouper-ui.properties @@ -0,0 +1,12 @@ +# +# Grouper UI configuration +# $Id: grouper.client.example.properties,v 1.24 2009-12-30 04:23:02 mchyzer Exp $ +# + +# The grouper-ui.properties uses Grouper Configuration Overlays (documented on wiki) +# By default the configuration is read from grouper-ui.base.properties +# (which should not be edited), and the grouper-ui.properties overlays +# the base settings. See the grouper-ui.base.properties for the possible +# settings that can be applied to the grouper-ui.properties + +grouperUi.logout.redirectToUrl=/Shibboleth.sso/Logout \ No newline at end of file