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?
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#.