I need to incorporate Single Sign-on in an existing MVC application. It's a bit long in the tooth now, with only .NET 4.0 libraries. So, a lot of that nice ClaimsAuthorizationManager/passive redirect
stuff in 4.5 is not available to me.
Can anyone nudge me in the right direction for how I would implement this, dealing with a simple SAML token (which is the token-type of the php identity server that my company has set up)?