Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

In my project we are implementing Single Sign On functionality. The domain credentials will be received through the SAML file and we have to consume/Parse SAML response sent by SSO page using .Net.

Does anyone has idea how to do this ?

Thanks
Posted
Updated 23-Apr-18 23:45pm

1 solution

The below two posts might help you to get some idea.

1. How to parse a SAML assertion request in .Net[^].
2. Working with SAML 2.0 in C# .NET 4.5[^].
 
Share this answer
 

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