Monday, 15 September 2014

asp.net mvc - Migrate System.Security/IdentityModel to OWIN/Katana Approach -


I want to migrate my security infrastructure to Owen / Katana but I am not very familiar about it. I hope someone can give me a ride in the right direction. Currently I am using the features in .NET fwk 4.5, mvc5 and System.Security/IdentityModel. Authentication is done against ADFS 2.0 (I want to configure it in Owyn), I use claim changes and session management (where it is kept and how it is done in oven) and done by the authorization filter (Still in owin?). Thanks a lot!

Take a look at the blog post, this shows how webpia can be protected.
Many samples that can be applied to ADFS to use Odin.


No comments:

Post a Comment