Update jwt config for sandbox
This commit is contained in:
@@ -42,18 +42,20 @@
|
||||
"AllowedHosts": "*",
|
||||
"Cors": {
|
||||
"AllowedOrigins": [
|
||||
"https://kaigen-web-kaigen-stage.up.railway.app/",
|
||||
"https://dev-managing-api.apps.managing.live/health",
|
||||
"https://web-ui.kai.managing.live"
|
||||
"https://kaigen-web-kaigen-stage.up.railway.app",
|
||||
"https://dev-managing-api.apps.managing.live",
|
||||
"https://web-ui.kai.managing.live",
|
||||
"http://localhost:3000"
|
||||
]
|
||||
},
|
||||
"Authentication": {
|
||||
"Schemes": {
|
||||
"Bearer": {
|
||||
"ValidIssuer": "https://dev-managing-api.apps.managing.live/health",
|
||||
"ValidIssuer": "https://dev-managing-api.apps.managing.live",
|
||||
"ValidAudiences": [
|
||||
"https://kaigen-web-kaigen-stage.up.railway.app/",
|
||||
"https://web-ui.kai.managing.live"
|
||||
"https://kaigen-web-kaigen-stage.up.railway.app",
|
||||
"https://web-ui.kai.managing.live",
|
||||
"http://localhost:3000"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user