Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SAML library/component for .NET

Tags:

.net

saml

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.

like image 695
joshb Avatar asked Aug 26 '09 21:08

joshb


3 Answers

In case anyone else stumbles upon this: http://saml2.codeplex.com

It's a fork of OIOSAML.NET for more general purposes.

like image 129
Michael Hallock Avatar answered Nov 09 '22 23:11

Michael Hallock


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

like image 31
joshb Avatar answered Nov 09 '22 23:11

joshb


Can you use Safewhere SAML 2.0 for ASP.NET?

like image 37
Mark Seemann Avatar answered Nov 10 '22 01:11

Mark Seemann