Skip to content

Commit

Permalink
update SelfHost (InMem with WS-Fed) 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 95ec5f9 commit 35faa3a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 421 deletions.
320 changes: 0 additions & 320 deletions source/SelfHost (InMem with WS-Fed)/SelfHost/Config/Clients.cs

This file was deleted.

60 changes: 0 additions & 60 deletions source/SelfHost (InMem with WS-Fed)/SelfHost/Config/Scopes.cs

This file was deleted.

33 changes: 0 additions & 33 deletions source/SelfHost (InMem with WS-Fed)/SelfHost/Config/Users.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
<HintPath>..\packages\IdentityModel.1.2.1-build00044\lib\net45\IdentityModel.Net45.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="IdentityServer3, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer3.2.3.0-build00365\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="IdentityServer3.WsFederation, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityServer3.WsFederation.2.0.5-build00031\lib\net45\IdentityServer3.WsFederation.dll</HintPath>
<HintPath>..\packages\IdentityServer3.WsFederation.2.1.1-build00035\lib\net45\IdentityServer3.WsFederation.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Owin, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down Expand Up @@ -83,11 +83,17 @@
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\_sharedConfiguration\Clients.cs">
<Link>Config\Clients.cs</Link>
</Compile>
<Compile Include="..\..\_sharedConfiguration\Scopes.cs">
<Link>Config\Scopes.cs</Link>
</Compile>
<Compile Include="..\..\_sharedConfiguration\Users.cs">
<Link>Config\Users.cs</Link>
</Compile>
<Compile Include="Config\Certificate.cs" />
<Compile Include="Config\Clients.cs" />
<Compile Include="Config\RelyingParties.cs" />
<Compile Include="Config\Scopes.cs" />
<Compile Include="Config\Users.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Startup.cs" />
Expand Down
4 changes: 2 additions & 2 deletions source/SelfHost (InMem with WS-Fed)/SelfHost/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="IdentityModel" version="1.2.1-build00044" targetFramework="net45" />
<package id="IdentityServer3" version="2.3.0-build00365" targetFramework="net45" />
<package id="IdentityServer3.WsFederation" version="2.0.5-build00031" targetFramework="net45" />
<package id="IdentityServer3" version="2.4.1-build00428" targetFramework="net45" />
<package id="IdentityServer3.WsFederation" version="2.1.1-build00035" targetFramework="net45" />
<package id="Microsoft.Owin" version="3.0.0" targetFramework="net45" />
<package id="Microsoft.Owin.Host.HttpListener" version="3.0.0" targetFramework="net45" />
<package id="Microsoft.Owin.Hosting" version="3.0.0" targetFramework="net45" />
Expand Down

0 comments on commit 35faa3a

Please sign in to comment.