From 83508915db052c7d0ca531e80acd27fb2af3a3d6 Mon Sep 17 00:00:00 2001 From: tegwick Date: Sun, 9 Aug 2026 23:20:30 +0200 Subject: [PATCH] Register app.coulomb.social OIDC redirect for coulomb-social Parallel public host while apex stays Bubble; keep apex redirect for later. --- sso-mfa/k8s/keycape/register-coulomb-social.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sso-mfa/k8s/keycape/register-coulomb-social.py b/sso-mfa/k8s/keycape/register-coulomb-social.py index b940bd6..88ffae1 100755 --- a/sso-mfa/k8s/keycape/register-coulomb-social.py +++ b/sso-mfa/k8s/keycape/register-coulomb-social.py @@ -20,7 +20,9 @@ CLIENT = { "redirectUris": [ "http://127.0.0.1:8008/auth/callback/", "http://localhost:8008/auth/callback/", - # Production host (register only when TLS + app deploy ready) + # Parallel public host while apex coulomb.social remains Bubble + "https://app.coulomb.social/auth/callback/", + # Future apex cutover (keep registered; not the live app host yet) "https://coulomb.social/auth/callback/", ], "allowedScopes": ["openid", "profile", "email", "groups"],