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,
|
"directAccessGrantsEnabled": false,
|
||||||
"serviceAccountsEnabled": false,
|
"serviceAccountsEnabled": false,
|
||||||
"publicClient": false,
|
"publicClient": false,
|
||||||
"redirectUris": ["https://drop-k8s.hackathon.forteapps.net/auth/callback"],
|
"redirectUris": ["https://drop.forteapps.net/auth/callback"],
|
||||||
"webOrigins": ["https://drop-k8s.hackathon.forteapps.net"],
|
"webOrigins": ["https://drop.forteapps.net"],
|
||||||
"defaultClientScopes": ["openid","email","profile"],
|
"defaultClientScopes": ["openid","email","profile"],
|
||||||
"secret": {
|
"secret": {
|
||||||
"namespace": "forte-drop",
|
"namespace": "forte-drop",
|
||||||
|
|||||||
Reference in New Issue
Block a user