Skip to content

Commit

Permalink
update WebHost (Windows Auth) sample nugets and shared config
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Feb 21, 2016
1 parent ad8372d commit d6a6d1c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 404 deletions.
322 changes: 0 additions & 322 deletions source/WebHost (Windows Auth)/WebHost/Configuration/Clients.cs

This file was deleted.

75 changes: 0 additions & 75 deletions source/WebHost (Windows Auth)/WebHost/Configuration/Scopes.cs

This file was deleted.

1 change: 1 addition & 0 deletions source/WebHost (Windows Auth)/WebHost/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using IdentityServer3.Core.Services;
using Microsoft.Owin.Security.WsFederation;
using Serilog;
using IdentityServer3.Host.Config;

[assembly: OwinStartup(typeof(WebHost.Startup))]

Expand Down
12 changes: 8 additions & 4 deletions source/WebHost (Windows Auth)/WebHost/WebHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="IdentityServer3, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer3.2.3.0\lib\net45\IdentityServer3.dll</HintPath>
<Reference Include="IdentityServer3, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer3.2.4.1-build00428\lib\net45\IdentityServer3.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
Expand Down Expand Up @@ -116,9 +116,13 @@
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\_sharedConfiguration\Clients.cs">
<Link>Configuration\Clients.cs</Link>
</Compile>
<Compile Include="..\..\_sharedConfiguration\Scopes.cs">
<Link>Configuration\Scopes.cs</Link>
</Compile>
<Compile Include="Configuration\Cert.cs" />
<Compile Include="Configuration\Clients.cs" />
<Compile Include="Configuration\Scopes.cs" />
<Compile Include="ExternalRegistrationUserService.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Startup.cs" />
Expand Down
2 changes: 1 addition & 1 deletion source/WebHost (Windows Auth)/WebHost/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="IdentityServer3" version="2.3.0" targetFramework="net45" />
<package id="IdentityServer3" version="2.4.1-build00428" targetFramework="net45" />
<package id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.2.206221351" targetFramework="net45" />
<package id="Microsoft.Owin" version="3.0.1" targetFramework="net45" />
<package id="Microsoft.Owin.Host.SystemWeb" version="3.0.1" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="IdentityServer.WindowsAuthentication, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer.WindowsAuthentication.1.0.0\lib\net45\IdentityServer.WindowsAuthentication.dll</HintPath>
<HintPath>..\packages\IdentityServer.WindowsAuthentication.1.1.0-build00008\lib\net45\IdentityServer.WindowsAuthentication.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="IdentityServer.WindowsAuthentication" version="1.0.0" targetFramework="net45" />
<package id="IdentityServer.WindowsAuthentication" version="1.1.0-build00008" targetFramework="net45" />
<package id="Microsoft.Owin" version="3.0.1" targetFramework="net45" />
<package id="Microsoft.Owin.Host.SystemWeb" version="3.0.1" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net45" />
Expand Down

0 comments on commit d6a6d1c

Please sign in to comment.