Anyone can you please try to clarify my questions regarding single sign on using SAML.
string rawSamlData = Request["SAMLResponse"]; this code? Thanks in advance.
We wrote a free open-source module that adds SAML to ASP.NET apps, and we specifically targeted .NET 4.0 and lower (where there's no built-in SAML, and no built-in XML SHA256 signature support). https://github.com/jitbit/AspNetSaml
You can still use it in .NET 4.5 and higher to avoid unnecessary dependencies from .NET libs like System.Deployment etc. It's just one short C# file you can drop in your project.
[Disclaimer] I'm one of the contributors!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With