I have done so many googling on SAML 2.0 usage with C#, but not found any understandable link. So hope someone can help on this
1) How the SSO is working - A diagram on calls
2) I'm using ping federated. So what will be the working flow of that? Got 0% idea with their documentation
3) Do I need to write any code to embed SSO with ping federated? If so is that regarding IDP or is it for SP?
4) How to handle SAML 2.0 requests through C#.net. What are the technologies (ex: send request : plain http redirect , receive response : http handler or a wcf service)