updated to latest id server packages and i know these work

This commit is contained in:
Tom Gardham-Pallister 2017-10-24 21:48:55 +01:00
parent d8621d9046
commit 4428982052
2 changed files with 3 additions and 3 deletions

View File

@ -197,7 +197,7 @@ namespace Ocelot.DependencyInjection
o.Authority = baseSchemeUrlAndPort + "admin"; o.Authority = baseSchemeUrlAndPort + "admin";
o.ApiName = identityServerConfiguration.ApiName; o.ApiName = identityServerConfiguration.ApiName;
o.RequireHttpsMetadata = identityServerConfiguration.RequireHttps; o.RequireHttpsMetadata = identityServerConfiguration.RequireHttps;
o.AllowedScopes = identityServerConfiguration.AllowedScopes; //o.AllowedScopes = identityServerConfiguration.AllowedScopes;
o.SupportedTokens = SupportedTokens.Both; o.SupportedTokens = SupportedTokens.Both;
o.ApiSecret = identityServerConfiguration.ApiSecret; o.ApiSecret = identityServerConfiguration.ApiSecret;
}); });

View File

@ -26,7 +26,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="2.0.0-rc1" /> <PackageReference Include="IdentityServer4.AccessTokenValidation" Version="2.0.2" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" /> <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="2.0.0" /> <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="2.0.0" /> <PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="2.0.0" />
@ -42,7 +42,7 @@
<PackageReference Include="CacheManager.Microsoft.Extensions.Logging" Version="1.1.1" /> <PackageReference Include="CacheManager.Microsoft.Extensions.Logging" Version="1.1.1" />
<PackageReference Include="Consul" Version="0.7.2.3" /> <PackageReference Include="Consul" Version="0.7.2.3" />
<PackageReference Include="Polly" Version="5.3.1" /> <PackageReference Include="Polly" Version="5.3.1" />
<PackageReference Include="IdentityServer4" Version="2.0.0-rc1-update1" /> <PackageReference Include="IdentityServer4" Version="2.0.1" />
</ItemGroup> </ItemGroup>
</Project> </Project>