.net - IdentityServer3, Identityserver3.MembershipReboot in asp core -
can use identityserver3
, identityserver3.membershipreboot
in .net core?
or better use https://github.com/identityserver/identityserver4
identityserver3 not written in .core , not sure if work correctly .net core projects
only identity server 4 targets .net core. identity server 3 targets .net framework.
see https://leastprivilege.com/2016/01/11/announcing-identityserver-for-asp-net-5-and-net-core/ initial announcement.
Comments
Post a Comment