I tried using identity server 4 but i get the following error
"IdentityServer4.AccessTokenValidation 1.0.0-beta3 does not support framework .NETFramework,Version=v4.6.1"
RC2 was released yesterday, I am still in the process of updating the code.
Let me know if I can help out. Experienced at .NET. New to Core.
Let me know if you need help mate, just upgraded to RC2, shawn has written an excellent guide, helped me a lot, https://wildermuth.com/2016/05/17/Converting-an-ASP-NET-Core-RC1-Project-to-RC2
Cheers!
I tried to port IdentityServer4 myself to RC2 and found some references, namely Json.Net and IdentityModel2 still doesn't support dotnet core / cli. Aside from that, it's _mostly_ simple renaming references.
I will push the source code and nuget later today.
My problem seems to be adding IdentityServer4 from nuget to work with my assembles (net 4.6.1)
I need Identity Server 4 version project for .Net Framework and not .Net core ?
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
RC2 was released yesterday, I am still in the process of updating the code.