I am going to implement Single Sign On using ADFS and SAML 2.0. I have done alot of search on where to start the process. I am provided with the URL of the ADFS service. Do I need to hit that url with GET/POST request having an SAML 2.0 Assertion as a request parameter? Actually I wanted to ask that what will be the exact flow for this and what exactly the SAML request be like? And how I will initiate the request with ADFS?
I am going to develop the SP (Service Provider) in Java by using OpenSAML library.