Skip to content

Commit

Permalink
Update logout configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Apr 22, 2024
1 parent 74bbfc1 commit 6d8c96c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eclipse-pass.local_env
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ PASS_CORE_DATABASE_PASSWORD=moo

PASS_CORE_IDP_METADATA=http://idp:8080/idp/shibboleth

# Go back to the app on logout
PASS_CORE_LOGOUT_SUCCESS=/app/

# Delete IDP session cookie on logout so can login as another user
PASS_CORE_LOGOUT_DELETE_COOKIES="JSESSIONID /,shib_idp_session /idp"

# Postgres configuration
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Environment variables:
* `PASS_CORE_SP_ID=https://sp.pass/shibboleth` : Identifier of pass-core as an SP
* `PASS_CORE_SP_KEY=file:///path/key` : Resource location of SP key
* `PASS_CORE_SP_CERT=file:///path/cert` : Resource location of SP certificate
* `PASS_CORE_LOGOUT_SUCCESS=/app/` : Location user is redirected after logout
* `PASS_CORE_LOGOUT_DELETE_COOKIES="JSESSIONID /,shib_idp_session /idp"` : Cookies to delete on logout, "name path" separated by commas.
* `POSTGRES_USER=postgres`
* `POSTGRES_PASSWORD=postgres`
* `JDBC_DATABASE_URL=jdbc:postgresql://postgres:5432/pass`
Expand Down

0 comments on commit 6d8c96c

Please sign in to comment.