Chamara Senevirathna
Chamara Senevirathna

Reputation: 23

How to implement single sign on MVC 2 using ADFS?

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.

Upvotes: 1

Views: 561

Answers (1)

rbrayb
rbrayb

Reputation: 46700

The normal way is via OWIN.

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

Upvotes: 1

Related Questions