Tagged Questions

7
votes
4answers
2k views

Shibboleth and .NET

I've got a requirement that a ASP.NET web app use Shibboleth for the authentication. Has anyone done this before? Are there libraries out there to support the method calls? Or is this a Java only ...
0
votes
1answer
70 views

MembershipProvider in .NET for CAS Shibboleth

Is it possible to write a MembershipProvider in .NET for CAS Shibboleth?
0
votes
4answers
612 views

What's the easiest way to test a .NET SAML client?

I will soon need to add SSO to an ASP.NET app using SAML. The client will not provide access to their Shibboleth identity provider for testing, so I'll need to verify that SSO works myself. What ...