#1456 #865 Started on allowing Plex Users to sign in through the new authentication server

This commit is contained in:
Jamie.Rees 2017-07-18 16:08:40 +01:00
commit 818acd6452
8 changed files with 174 additions and 145 deletions

View file

@ -35,4 +35,13 @@
<Folder Include="Models\Requests\Tv\" />
</ItemGroup>
<ItemGroup>
<Reference Include="IdentityModel">
<HintPath>..\..\..\..\..\.nuget\packages\identitymodel\2.8.1\lib\netstandard1.4\IdentityModel.dll</HintPath>
</Reference>
<Reference Include="IdentityServer4">
<HintPath>..\..\..\..\..\.nuget\packages\identityserver4\1.5.2\lib\netstandard1.4\IdentityServer4.dll</HintPath>
</Reference>
</ItemGroup>
</Project>