Add whitelisting service + update the jwt valid audience
This commit is contained in:
@@ -44,14 +44,18 @@
|
||||
"Cors": {
|
||||
"AllowedOrigins": [
|
||||
"https://app.kaigen.ai",
|
||||
"https://api.kaigen.ai"
|
||||
"https://api.kaigen.ai",
|
||||
"https://web-ui.kai.managing.live"
|
||||
]
|
||||
},
|
||||
"Authentication": {
|
||||
"Schemes": {
|
||||
"Bearer": {
|
||||
"ValidIssuer": "https://api.kaigen.ai",
|
||||
"ValidAudiences": "https://app.kaigen.ai"
|
||||
"ValidAudiences": [
|
||||
"https://app.kaigen.ai",
|
||||
"https://web-ui.kai.managing.live"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user