是否可以将主动联合与 Azure 访问控制服务结合使用?

发布于 2024-11-04 00:58:47 字数 229 浏览 1 评论 0原文

Windows Azure 访问控制服务 (ACS) 支持联合身份验证,但我见过的所有示例都是被动联合(基于浏览器的应用程序通过一系列 HTTP 重定向和脚本化 HTTP 帖子进行身份验证) 。

ACS 是否支持主动联合

换句话说:假设我们有一个丰富的客户端,例如访问 Web 服务的 WPF 或 Silverlight 应用程序。在这种场景下是否可以使用ACS作为STS?

The Windows Azure Access Control Service (ACS) enables federated authentication, but all the examples I've seen has been of passive federation (browser-based applications authenticating via a sequence of HTTP redirects and scripted HTTP posts).

Does the ACS support active federation?

In other words: assume that we have a rich client like a WPF or Silverlight application that accesses a web service. Is it possible to use the ACS as an STS in this scenario?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏末染殇 2024-11-11 00:58:47

是的,这是可能的。如果您查看优秀的 Identity Training Kit 或 acs.codeplex.com 中的示例,您会感兴趣的是查看“Web 服务”而不是网站的示例。

以下是一些此类示例:

http://msdn.microsoft.com/en-us/IdentityTrainingCourse_WebServicesAndIdentityLab2010

http://acs.codeplex.com/wikipage ?title=WCF%20Federated%20Authentication&referringTitle=示例

Yes, this is possible. If you check the examples in the excellent Identity Training Kit or at acs.codeplex.com, you are interested in looking at the ones for 'web services' as opposed to web sites.

Here are a couple of such examples:

http://msdn.microsoft.com/en-us/IdentityTrainingCourse_WebServicesAndIdentityLab2010

http://acs.codeplex.com/wikipage?title=WCF%20Federated%20Authentication&referringTitle=Samples

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文