Reputation: 366
I want to configure ADFS to create single signon service and use the same for another web application. I am very new to this. Please suggest me how to do it or at least where to start. Thanks in advance for your time.
Upvotes: 0
Views: 242
Reputation: 366
few months ago i had asked this question, I forget to answer how I achieved this :
Upvotes: 0
Reputation: 46720
You can only install on Windows Server.
If you want ADFS 2.0 you need Server 2008 R2.
The latest (ADFS 3.0) is on Server 2012 r2.
Update
Is the application Java or .NET?
You need a SAML client side stack - refer SAML : SAML connectivity / toolkit.
You then take the SAML client metadata and import into ADFS as a RP (SP) and take the ADFS metadata and import into your application as a CP (IDP).
Upvotes: 1