fix(auth): ensure Keycloak logout clears secure session

This commit is contained in:
2026-08-07 14:47:20 +08:00
parent caf18f706d
commit 5d730ba1b8
4 changed files with 23 additions and 18 deletions
-1
View File
@@ -1,7 +1,6 @@
KEYCLOAK_CLIENT_ID="tjwater"
KEYCLOAK_CLIENT_SECRET="replace-with-keycloak-client-secret"
KEYCLOAK_ISSUER="https://keycloak.example.com/realms/tjwater"
KEYCLOAK_POST_LOGOUT_REDIRECT_URI="http://localhost:3000/login"
NEXTAUTH_SECRET="replace-with-nextauth-secret"
NEXTAUTH_URL="https://frontend.example.com/"