fix(apps): point forte-drop oidc client at drop.forteapps.net
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 9s
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 9s
The hackathon-zone host never got DNS records (delegated Azure zone, no wildcard); the app launches on drop.forteapps.net instead. Without this the OIDC callback dies on redirect_uri mismatch.
This commit is contained in:
@@ -24,8 +24,8 @@ stringData:
|
||||
"directAccessGrantsEnabled": false,
|
||||
"serviceAccountsEnabled": false,
|
||||
"publicClient": false,
|
||||
"redirectUris": ["https://drop-k8s.hackathon.forteapps.net/auth/callback"],
|
||||
"webOrigins": ["https://drop-k8s.hackathon.forteapps.net"],
|
||||
"redirectUris": ["https://drop.forteapps.net/auth/callback"],
|
||||
"webOrigins": ["https://drop.forteapps.net"],
|
||||
"defaultClientScopes": ["openid","email","profile"],
|
||||
"secret": {
|
||||
"namespace": "forte-drop",
|
||||
|
||||
Reference in New Issue
Block a user