是否可以将主动联合与 Azure 访问控制服务结合使用?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。如果您查看优秀的 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