joshb
joshb

Reputation: 5220

SAML library/component for .NET

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.

Upvotes: 11

Views: 13001

Answers (5)

Elroy Flynn
Elroy Flynn

Reputation: 3218

Consider https://github.com/KentorIT/authservices

I'm evaluating it right now and so far so good.

LGPL licensing.

Upvotes: 1

Michael Hallock
Michael Hallock

Reputation: 1413

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

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

Upvotes: 5

HashName
HashName

Reputation: 663

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

Upvotes: 1

joshb
joshb

Reputation: 5220

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

Upvotes: 4

Mark Seemann
Mark Seemann

Reputation: 233150

Can you use Safewhere SAML 2.0 for ASP.NET?

Upvotes: 1

Related Questions