From 3b17f27deed7ab98d144d329f2139b0a83f2d8a4 Mon Sep 17 00:00:00 2001 From: aivong-openhands Date: Tue, 21 Apr 2026 15:14:44 -0500 Subject: [PATCH] PLTF-139: Add Analytics redirect URI to Keycloak allhands client (#14052) Co-authored-by: Test Admin Co-authored-by: openhands --- enterprise/allhands-realm-github-provider.json.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/enterprise/allhands-realm-github-provider.json.tmpl b/enterprise/allhands-realm-github-provider.json.tmpl index b7f76e0e15..27bee08916 100644 --- a/enterprise/allhands-realm-github-provider.json.tmpl +++ b/enterprise/allhands-realm-github-provider.json.tmpl @@ -724,12 +724,14 @@ "https://$WEB_HOST/oauth/device/keycloak-callback", "https://$WEB_HOST/api/email/verified", "/realms/$KEYCLOAK_REALM_NAME/$KEYCLOAK_CLIENT_ID/*", - "https://laminar.$WEB_HOST/api/auth/callback/keycloak" + "https://laminar.$WEB_HOST/api/auth/callback/keycloak", + "https://analytics.$WEB_HOST/api/auth/callback/keycloak" ], "webOrigins": [ "https://$WEB_HOST", "https://$AUTH_WEB_HOST", - "https://laminar.$WEB_HOST" + "https://laminar.$WEB_HOST", + "https://analytics.$WEB_HOST" ], "notBefore": 0, "bearerOnly": false,