IdentityManager / IdentityManager.AspNetIdentity

ASP.NET Identity support for Thinktecture IdentityManager
Apache License 2.0
60 stars 51 forks source link

IdentityManager.AspNetIdentity vs IdentityServer3.AspNetIdentity #15

Closed rajajhansi closed 9 years ago

rajajhansi commented 9 years ago

I understand that IdentityManager.AspNetIdentity is designed to provide an admin web UI to manage, users, roles, claims etc., and is in Beta. Is this the replacement for IdentityServer3.AspNetIdentity??

The IdentityManager.AspNetIdentity samples and the videos in the wiki page https://github.com/IdentityManager/IdentityManager/wiki work fine with the beta version of IdentityManager.AspNetIdentity but the moment I switch to the dev branch i.e. source code and add project references, there are issues with Microsoft.Owin 3.0.1.0 and other references. Even after adding the assembly redirect bindings, it fails to load other Microsoft.Owin.* assemblies.

If I want to use IdentityManager.AspNetIdentity with ASP.NET 5.0, which is using ASP.NET Identity 3.0x, then there are conflicts with UserManager, RoleManager classes since the runtime is confused because of the conflicting assmblies Microsoft.AspNet.Identity.Core v 2.0.0.0 and Microsoft.AspNet.Identity v 3.0.0.0 both containing definitions for UserManager, RoleManager etc.

brockallen commented 9 years ago

No this is unrelated to IdentityServer, but it could be used in conjunction with IdentityServer.