tags:

views:

575

answers:

4

Can anyone recommend libraries for generating SAML assertions for a federated sign-on implementation in .NET. It would be ideal if it was integrated with the ASP.NET membership API.

A: 

Can you use Safewhere SAML 2.0 for ASP.NET?

Mark Seemann
+2  A: 

We ended up setting up a test using the ComponentSpace SAML 2.0 component. Seems to be working pretty well so far. It's nice that they have a free trial version.

http://www.componentspace.com/Products/SAMLv20.aspx

joshb
A: 

I did a bit of Googling which pointed me to OIOSAML.NET From the website .Net based toolkit with a SAML 2.0 reference implementation conforming to the Danish eGov OIOSAML 2.0 profile. It is used for federation in the Danish public sector

HashName
A: 

You can try this complete SAML library for .NET.

Mark Attwood