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,