seperate startups for tests...updated configuration.json for manual tests and tidied a few more things up

This commit is contained in:
Tom Pallister
2017-11-01 16:21:35 +00:00
parent f4e8dcbdab
commit 163150a1d7
7 changed files with 414 additions and 142 deletions

View File

@ -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",