Use ActiveDirectory authorization with ASP.NET Identity
Yes it’s possible using a claim based authentication. It’s integrated to .Net 4.5 now (before it was called WIF). You can use Thinktucture, which is a very robust authentication provider it has a full example on how to integrate ADFS. Here is a link for it. Here is another way to do it for an … Read more