문제

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