Question

I've been given the task of working with SAML to implement an SSO solution between my company and a third party provider. My only issue is that I can't seem to find how to implement SAML in C# 2.0. I've been able to find a few examples for .Net 3.0 and 3.5, but none for 2.0 (and the classes they use don't appear to be available in 2.0). Does anyone know of any oline examples using SAML and C# 2.0?

Was it helpful?

Solution

Unless you can find a third party implementation, you are going to have to upgrade beyond v2.0. Probobly not what you want to hear, sorry...

OTHER TIPS

I'm sorry to be this late but I had the same problem you were having. But I've found an excellent solution in .NET 2.0 namely OIOSAML.NET (currently v. 1.4).

http://www.softwareborsen.dk/projekter/softwarecenter/brugerstyring/oiosaml.net/releases/1.4/oiosaml-dot-net-v1-4.zip

Sorry for not being able to give a more specific solution but I had a certain amount of time to learn and work with SSO SAML. Most of the products I make are due to learning the knowledge of websites: https://www.atp-inc.net/products/saml - https://www.codeultimate.com/products/saml - https://www.componentpro.com/products/saml - Most of these websites provide support tools and very complete examples. You should take a look

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top