Skip to content

Commit

Permalink
Add support for SSO_HEADER variable
Browse files Browse the repository at this point in the history
...and added missing LOGOUT_URL one.
  • Loading branch information
mederly committed Sep 21, 2018
1 parent 57b4807 commit 97d1137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions midpoint/.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ REPO_PASSWORD_FILE=/run/secrets/m_database_password.txt
KEYSTORE_PASSWORD_FILE=/run/secrets/m_keystore_password.txt
MEM=2048m
LOGOUT_URL=https://localhost:8443/Shibboleth.sso/Logout
SSO_HEADER=uid
2 changes: 2 additions & 0 deletions midpoint/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ services:
- REPO_PASSWORD_FILE
- KEYSTORE_PASSWORD_FILE
- MEM
- SSO_HEADER
- LOGOUT_URL
networks:
- back
secrets:
Expand Down

0 comments on commit 97d1137

Please sign in to comment.