SAML with .NET 2.0

Posted by mjmcinto on Stack Overflow See other posts from Stack Overflow or by mjmcinto
Published on 2008-11-18T18:46:18Z Indexed on 2010/05/15 3:04 UTC
Read the original article Hit count: 277

Filed under:
|
|

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.9 (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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .net-2.0