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

@ -44,21 +44,6 @@ namespace Ocelot.AcceptanceTests
{
var configuration = new FileConfiguration
{
/* AuthenticationOptions = new List<FileAuthenticationOptions>
{
new FileAuthenticationOptions
{
AllowedScopes = new List<string>(),
Provider = "IdentityServer",
IdentityServerConfig = new FileIdentityServerConfig{
ProviderRootUrl = "http://localhost:51888",
RequireHttps = false,
ApiName = "api",
ApiSecret = "secret"
},
AuthenticationProviderKey = "Test"
}
},*/
ReRoutes = new List<FileReRoute>
{
new FileReRoute
@ -111,21 +96,6 @@ namespace Ocelot.AcceptanceTests
{
var configuration = new FileConfiguration
{
/* AuthenticationOptions = new List<FileAuthenticationOptions>
{
new FileAuthenticationOptions
{
AllowedScopes = new List<string>(),
Provider = "IdentityServer",
IdentityServerConfig = new FileIdentityServerConfig{
ProviderRootUrl = "http://localhost:51888",
RequireHttps = false,
ApiName = "api",
ApiSecret = "secret"
},
AuthenticationProviderKey = "Test"
}
},*/
ReRoutes = new List<FileReRoute>
{
new FileReRoute
@ -176,21 +146,6 @@ namespace Ocelot.AcceptanceTests
{
var configuration = new FileConfiguration
{
/* AuthenticationOptions = new List<FileAuthenticationOptions>
{
new FileAuthenticationOptions
{
AllowedScopes = new List<string>{ "api", "api.readOnly", "openid", "offline_access" },
Provider = "IdentityServer",
IdentityServerConfig = new FileIdentityServerConfig{
ProviderRootUrl = "http://localhost:51888",
RequireHttps = false,
ApiName = "api",
ApiSecret = "secret"
},
AuthenticationProviderKey = "Test"
}
},*/
ReRoutes = new List<FileReRoute>
{
new FileReRoute
@ -226,21 +181,6 @@ namespace Ocelot.AcceptanceTests
{
var configuration = new FileConfiguration
{
/* AuthenticationOptions = new List<FileAuthenticationOptions>
{
new FileAuthenticationOptions
{
AllowedScopes = new List<string>{ "api", "openid", "offline_access" },
Provider = "IdentityServer",
IdentityServerConfig = new FileIdentityServerConfig{
ProviderRootUrl = "http://localhost:51888",
RequireHttps = false,
ApiName = "api",
ApiSecret = "secret"
},
AuthenticationProviderKey = "Test"
}
},*/
ReRoutes = new List<FileReRoute>
{
new FileReRoute

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:52888",
RequireHttps = false,
ApiName = "api",
ApiSecret = "secret"
},
AuthenticationProviderKey = "Test"
}
},*/
ReRoutes = new List<FileReRoute>
{
new FileReRoute

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