mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 05:58:16 +08:00
seperate startups for tests...updated configuration.json for manual tests and tidied a few more things up
This commit is contained in:
@ -13,17 +13,11 @@
|
||||
"TimeoutValue": 5000
|
||||
},
|
||||
"AuthenticationOptions": {
|
||||
"Provider": "IdentityServer",
|
||||
"AuthenticationProviderKey": "TestKey",
|
||||
"AllowedScopes": [
|
||||
"openid",
|
||||
"offline_access"
|
||||
],
|
||||
"IdentityServerConfig": {
|
||||
"ProviderRootUrl": "http://localhost:52888",
|
||||
"ApiName": "api",
|
||||
"ApiSecret": "secret",
|
||||
"RequireHttps": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"AddHeadersToRequest": {
|
||||
"CustomerId": "Claims[CustomerId] > value",
|
||||
|
Reference in New Issue
Block a user