Question

AFAIK, .NET 4.5+ support claims-based authentication but not the lower versions, e.g. .NET 4 apps. Is there any way to apply claims-based authentication to my applications (as Relying Parties) without upgrading them to .NET 4.5 to have the benefits of SSO?

Was it helpful?

Solution

Before .NET 4.5 - WIF (Windows Identity Foundation) was used as an add-on library to add claims, ws-federation etc. It is on the wire compatible with .NET 4.5.

http://www.microsoft.com/en-us/download/details.aspx?id=17331

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top