diff --git a/src/pepr/operator/controllers/keycloak/authservice/authservice.ts b/src/pepr/operator/controllers/keycloak/authservice/authservice.ts index b3d74c67c..ca52198d2 100644 --- a/src/pepr/operator/controllers/keycloak/authservice/authservice.ts +++ b/src/pepr/operator/controllers/keycloak/authservice/authservice.ts @@ -114,8 +114,8 @@ export function buildChain(update: AuthServiceEvent) { client_secret: update.client!.secret, scopes: [], logout: { - path: "/local", - redirect_uri: `https://sso.${UDSConfig.domain}/realms/${operatorConfig.realm}/protocol/openid-connect/token/logout`, + path: "/logout", + redirect_uri: `https://sso.${UDSConfig.domain}/realms/${operatorConfig.realm}/protocol/openid-connect/logout`, }, cookie_name_prefix: update.client!.clientId, },