Tuesday, 10 September 2013

Decoupling Microsoft.AspNet.Identity.*

Decoupling Microsoft.AspNet.Identity.*

I am working in Visual Studio 2013 RC and am testing Forms Authentication
using new Microsoft.AspNet.Identity.* packages.
I would to integrate these concepts (Users, Roles, etc, etc) but want to
use my own domain models (POCOs) which are in different assembly. I also
don't want to create a dependency on Microsoft.AspNet.Identity.* dlls.
Is that even possible? I found this article which says it is not, but the
article is written based on Preview not RC versions of identity packages.

No comments:

Post a Comment