Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Team,
I am told that we have some new projects that require SAML. I have no idea about what it is. Googled a bit and I came to know that it is used for SSO. I never worked on project that requires SSO.
It would be very helpful if you could provide some basic informations blogs, sample examples, tutorials etc., that would help me to understand the ABC of SAML.

Thanks,
Lok.
Posted

1 solution

Just google around and you'll find some examples. Here's one from this site, Performing a SAML Post with C#[^]

I had to implement a SAML login to our web app and it turns out the app that was sending us the SAML response showed up in Request.Form["SAMLResponse"] so it was easy to parse. If you need to do a full SAML support, start with the article I linked to.
 
Share this answer
 
Comments
Lokesh Zende 22-Jan-15 6:54am    
Thank you Ryan.
ZurdoDev 22-Jan-15 7:19am    
You're welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900