Record canonical portal hostname and callback cutover
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a09cbb-87c6-7900-a145-4ce53ba9f1a6
This commit is contained in:
parent
bea425cf78
commit
dc42b0344c
6 changed files with 78 additions and 6 deletions
|
|
@ -17,7 +17,8 @@ CLIENT_ID = "user-engine-portal"
|
|||
CLIENT = {
|
||||
"clientId": CLIENT_ID,
|
||||
"displayName": "User Engine Portal",
|
||||
"redirectUris": ["https://users.92-205-62-239.nip.io/oidc/callback"],
|
||||
"redirectUris": ["https://users.92-205-62-239.nip.io/oidc/callback",
|
||||
"https://users.coulomb.social/oidc/callback"],
|
||||
"allowedScopes": ["openid", "profile", "email", "groups"],
|
||||
"grantTypes": ["authorization_code"],
|
||||
"clientType": "public",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue