Reputation: 119
I have a big project in asp.net and I want to embed ADFS in it for authentication purpose.
Please suggest some links.
Thanks
Upvotes: 0
Views: 870
Reputation: 46803
Just to clarify:
You don't embed ADFS in an ASP.NET application. You add WIF or OWIN to the application and bind this with ADFS which sits on a Windows server. The latest version is ADFS 3.0 on Windows Server 2012 R2.
How To: Build Claims-Aware ASP.NET Web Forms Application Using WIF
WS-Federation in Microsoft OWIN Components–a quick start
OWIN is the newer technology.
And then you bind your application to ADFS.
Upvotes: 1