Skip to content

Commit

Permalink
chore: don't run keycloak with legacy logout redirect uri flag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jul 31, 2023
1 parent 80efd92 commit 07c62c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/auth/docker-compose.auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ services:
auth:
image: ${BENTOV2_AUTH_IMAGE}:${BENTOV2_AUTH_VERSION}
container_name: ${BENTOV2_AUTH_CONTAINER_NAME}
command: [ "--spi-login-protocol-openid-connect-legacy-logout-redirect-uri=true", "start" ]
depends_on:
auth-db:
condition: service_healthy
Expand Down

0 comments on commit 07c62c9

Please sign in to comment.