How to implement single sign on MVC 2 using ADFS?

561 Views Asked by At

I have MVC 2 application which has used in Windows authentication mode. The requirement has changed to that application needed to be on single sign one(SSO) in multiple active directories.The client has developed ADFS in their environment. Unfortunately, I'm new to the ADFS authentication technology. Does anyone can say how to implement this in MVC2.

1

There are 1 best solutions below

2
On BEST ANSWER

The normal way is via OWIN.

If you can't do that with earlier versions of MVC, then look at WIF.