1

I am thinking of implementing SSO using Azure access control. But some of the web applications are in .net 3.5. Does Azure ACS based STS support WIF 3.5 Relying Party?

4

1 回答 1

1

是的。这不是 ACS 支持 .NET 3.5 的问题,而是 WIF 支持 .NET 3.5(确实如此)的问题,因为 WIF 是您的 Web 应用程序将用来与 ACS 通信的东西。您可以从下面的链接中找到 WIF 3.5 SDK,其中包括联合实用程序和代码示例。

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

于 2012-12-13T23:26:13.633 回答