Register app.coulomb.social OIDC redirect for coulomb-social
Parallel public host while apex stays Bubble; keep apex redirect for later.
This commit is contained in:
parent
0e3a24d888
commit
83508915db
1 changed files with 3 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue