Skip to content

Commit 79500f0

Browse files
authored
OZ-368: Disable Keycloak's legacy logout redirect URI (#188)
1 parent 32761b2 commit 79500f0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docker-compose-bundled-sso.yml.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ services:
367367
SUPERSET_CLIENT_ENABLED: \${SUPERSET_CLIENT_ENABLED}
368368
KEYCLOAK_ADMIN_SA_CLIENT_SECRET: \${KEYCLOAK_ADMIN_SA_CLIENT_SECRET}
369369
EIP_CLIENT_SECRET: \${OAUTH_CLIENT_SECRET}
370-
KEYCLOAK_EXTRA_ARGS_PREPENDED: "--spi-login-protocol-openid-connect-legacy-logout-redirect-uri=true"
371370
KEYCLOAK_EXTRA_ARGS: "
372371
-Dkeycloak.profile.feature.scripts=enabled
373372
-Dkeycloak.migration.replace-placeholders=true

docker-compose-keycloak.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ services:
2525
KEYCLOAK_CREATE_ADMIN_USER: "true"
2626
KEYCLOAK_ADMIN_USER: ${KEYCLOAK_USER}
2727
KEYCLOAK_ADMIN_PASSWORD: ${KEYCLOAK_PASSWORD}
28-
KEYCLOAK_EXTRA_ARGS_PREPENDED: "--spi-login-protocol-openid-connect-legacy-logout-redirect-uri=true"
2928
KEYCLOAK_EXTRA_ARGS: "
3029
-Dkeycloak.profile.feature.scripts=enabled
3130
-Dkeycloak.migration.action=import

0 commit comments

Comments
 (0)