I wish to create ASP.NET web application project using Visual Studio 2010 that will act as a Service Provider in the SAML 2.0 realm. (supporting SP-initiated SSO)
I need this web app to send SAML request and respond to SAML response from external IDP using SAML 2.0 protocol.
I read many posts about the WIF and ADFS 2.0 supporting SAML 2.0 but couldn't figure out how to combine them all into a working solution.
Any tips will be greatly appreciated!