From 442898205214f2fec6a62aeebd991ae1bb842b62 Mon Sep 17 00:00:00 2001 From: Tom Gardham-Pallister Date: Tue, 24 Oct 2017 21:48:55 +0100 Subject: [PATCH] updated to latest id server packages and i know these work --- src/Ocelot/DependencyInjection/ServiceCollectionExtensions.cs | 2 +- src/Ocelot/Ocelot.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Ocelot/DependencyInjection/ServiceCollectionExtensions.cs b/src/Ocelot/DependencyInjection/ServiceCollectionExtensions.cs index dfdb8140..abc92fbb 100644 --- a/src/Ocelot/DependencyInjection/ServiceCollectionExtensions.cs +++ b/src/Ocelot/DependencyInjection/ServiceCollectionExtensions.cs @@ -197,7 +197,7 @@ namespace Ocelot.DependencyInjection o.Authority = baseSchemeUrlAndPort + "admin"; o.ApiName = identityServerConfiguration.ApiName; o.RequireHttpsMetadata = identityServerConfiguration.RequireHttps; - o.AllowedScopes = identityServerConfiguration.AllowedScopes; + //o.AllowedScopes = identityServerConfiguration.AllowedScopes; o.SupportedTokens = SupportedTokens.Both; o.ApiSecret = identityServerConfiguration.ApiSecret; }); diff --git a/src/Ocelot/Ocelot.csproj b/src/Ocelot/Ocelot.csproj index b20c490e..0ce399c0 100644 --- a/src/Ocelot/Ocelot.csproj +++ b/src/Ocelot/Ocelot.csproj @@ -26,7 +26,7 @@ - + @@ -42,7 +42,7 @@ - +