mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 04:18:16 +08:00
bit more tidying
This commit is contained in:
@ -14,13 +14,16 @@
|
||||
},
|
||||
"AuthenticationOptions": {
|
||||
"Provider": "IdentityServer",
|
||||
"ProviderRootUrl": "http://localhost:52888",
|
||||
"ApiName": "api",
|
||||
"AllowedScopes": [
|
||||
"openid",
|
||||
"offline_access"
|
||||
],
|
||||
"ApiSecret": "secret"
|
||||
"IdentityServerConfig": {
|
||||
"ProviderRootUrl": "http://localhost:52888",
|
||||
"ApiName": "api",
|
||||
"ApiSecret": "secret",
|
||||
"RequireHttps": false
|
||||
}
|
||||
},
|
||||
"AddHeadersToRequest": {
|
||||
"CustomerId": "Claims[CustomerId] > value",
|
||||
|
Reference in New Issue
Block a user