From dbf299b1f578eec1efbbe215d3be58ed7b849963 Mon Sep 17 00:00:00 2001 From: Sten Date: Thu, 4 Jun 2026 20:40:05 +0200 Subject: [PATCH] fix(apps): point forte-drop oidc client at drop.forteapps.net The hackathon-zone host never got DNS records (delegated Azure zone, no wildcard); the app launches on drop.forteapps.net instead. Without this the OIDC callback dies on redirect_uri mismatch. --- .../upc-dev/forte-drop/keycloak-client-forte-drop.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/overlays/upc-dev/forte-drop/keycloak-client-forte-drop.yaml b/apps/overlays/upc-dev/forte-drop/keycloak-client-forte-drop.yaml index 0d79e1a..64906dd 100644 --- a/apps/overlays/upc-dev/forte-drop/keycloak-client-forte-drop.yaml +++ b/apps/overlays/upc-dev/forte-drop/keycloak-client-forte-drop.yaml @@ -24,8 +24,8 @@ stringData: "directAccessGrantsEnabled": false, "serviceAccountsEnabled": false, "publicClient": false, - "redirectUris": ["https://drop-k8s.hackathon.forteapps.net/auth/callback"], - "webOrigins": ["https://drop-k8s.hackathon.forteapps.net"], + "redirectUris": ["https://drop.forteapps.net/auth/callback"], + "webOrigins": ["https://drop.forteapps.net"], "defaultClientScopes": ["openid","email","profile"], "secret": { "namespace": "forte-drop",