Sample .NET code for a SAML Identity Provider

sheikhjabootie picture sheikhjabootie · Mar 30, 2011 · Viewed 28.6k times · Source

I'd like to use SAML to allow authenticated users of a website to login to other federated sites. In single sign-on parlance, that means my site needs to become an Identity Provider.

Can anyone point me to sample .NET code or documentation for implementing this?

Answer

flipdoubt picture flipdoubt · Mar 30, 2011

ComponentSpace claims to have example code for an Identity Provider and a 30-day trial, so you could at least look at the code.

Not really an example of code for an Identity Provider, but CodeProject has a good article on Performing a SAML Post with C#.