forked from docker/grouper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configuring Grouper to logout via the Shib SP
- Loading branch information
John Gasper
committed
May 2, 2018
1 parent
e2f959c
commit 6ed555e
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 |