Register app.coulomb.social OIDC redirect for coulomb-social
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Parallel public host while apex stays Bubble; keep apex redirect for later.
This commit is contained in:
tegwick 2026-08-09 23:20:30 +02:00
parent 0e3a24d888
commit 83508915db

View file

@ -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"],