Skip to content

Commit

Permalink
fix midpoint logout
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Dec 16, 2024
1 parent 5bf22d8 commit ff772be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Workbench/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ services:
bash -c "
cd /opt/midpoint ;
if [ ! -z "${CSPHOSTNAME}" ]; then sed -i 's|__SERVERNAME__|${CSPHOSTNAME}|g' /opt/midpoint/mp-home-in/post-initial-objects/securityPolicy/000-security-policy.xml ; else echo 'var not set' ; fi ;
if [ ! -z "${CSPHOSTNAME}" ]; then sed -i 's|__SERVERNAME__|${CSPHOSTNAME}|g' /opt/midpoint/mp-home-in/post-initial-objects/SecurityPolicy.xml ; else echo 'var not set' ; fi ;
bin/midpoint.sh init-native ;
echo ' - - - - - - ' ;
bin/ninja.sh -B info >/dev/null 2>/tmp/ninja.log ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<httpHeader>
<identifier>httpHeader</identifier>
<usernameHeader>REMOTE_USER</usernameHeader>
<logoutUrl>https://__SERVERNAME__/mppSSO/Shibboleth.sso/Logout</logoutUrl>
<logoutUrl>https://test.workbench.incommon.org/mppSSO/Shibboleth.sso/Logout</logoutUrl>
</httpHeader>
</modules>
<sequence>
Expand Down

0 comments on commit ff772be

Please sign in to comment.