We are planning to provide single sign on to our set off .NET applications(Web and windows) using ADFS 2.0, ACS and WIF. I am quite new to these technologies.
I have seen quite few videos on channel 9, most of them are giving SSO using google, yahoo facebook. Would appreciate if you can provide step by step process to configure ADFS with ACS.
Is it possible to call ADFS and ACS from WCF? We are planning to have WCF which will collaborate with ADFS and ACS and issue SAML to token to our set of applications. So it’s like our application will call WCF for authentication with required credential, WCF will then call ADFS to get IdPToken, that IdpToken will then send to ACS to get SAML token, and returned SAML token will then forwarded to application. I tried to search set of examples for this but could not find. Some guidance or link will be useful.
Also it required to ADFS available to internet? Do we have to expose it to public domain?