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?

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top