few things to remove i missed

This commit is contained in:
Tom Pallister
2017-11-01 15:29:22 +00:00
parent 3f2af85969
commit b512875062
7 changed files with 0 additions and 209 deletions

View File

@ -58,24 +58,6 @@ namespace Ocelot.AcceptanceTests
var configuration = new FileConfiguration
{
/* AuthenticationOptions = new List<FileAuthenticationOptions>
{
new FileAuthenticationOptions
{
AllowedScopes = new List<string>
{
"openid", "offline_access", "api"
},
Provider = "IdentityServer",
IdentityServerConfig = new FileIdentityServerConfig{
ProviderRootUrl = "http://localhost:57888",
RequireHttps = false,
ApiName = "api",
ApiSecret = "secret"
},
AuthenticationProviderKey = "Test"
}
},*/
ReRoutes = new List<FileReRoute>
{
new FileReRoute