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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top