IdentityManager / IdentityManager.AspNetIdentity

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

Startup configuration #8

Closed fatagun closed 9 years ago

fatagun commented 9 years ago

Hello,

var factory = new Thinktecture.IdentityManager.Host.AspNetIdentityIdentityManagerFactory("AspId"); app.UseIdentityManager(new IdentityManagerConfiguration() { IdentityManagerFactory = factory.Create });

This code doesnt work in a MVC project. How should i modify it to get it working?

Thanks.