I am creating a one-page AngularJS application using the latest community VS2015 and ASP.NET 5 etc.
The problem I'm currently experiencing when trying to implement authentication is that I need to use these two namespaces:
Microsoft.AspNet.Identity
but since Microsoft.AspNet.Identity.Owin has a dependency on
Microsoft.AspNet.Identity.Core
I keep getting ambiguous reference problems, for example for the UserManager, which exists in both Microsoft.AspNet.Identity and Microsoft.AspNet.Identity.Core.
Has anyone else done this before? Is this a version incompatibility problem or is it just not a complete implementation of Owin ASP.NET 5?
jimmious Jul 29 '15 at 12:12 2015-07-29 12:12
source share