Monday, August 15, 2016

Customizing ASP.NET Identity using OWIN

When it comes to customizing ASP.NET Identity, there is not a lot of information on just how to accomplish this since Microsoft primarily expects you to use ASP.NET Identity out-of-the-box.

That is not to say, that there aren't ANY articles on customizing ASP.NET Identity, but they are definitely few and far between!

I found one such very helpful article on customizing ASP.NET Identity using OWIN here: http://benfoster.io/blog/aspnet-identity-stripped-bare-mvc-part-1

This is a 2-part article, so the other part can be found here: http://benfoster.io/blog/aspnet-identity-stripped-bare-mvc-part-2


No comments:

Post a Comment