使用 ADFS2/WIF 保护 WF4 工作流服务?
我有一个 .xamlx 工作流服务,我想保护它,以便它只能由从我的 STS (ADFS v2.0) 获取令牌的客户端调用。通常,如果您使用“网站”项目模板,并且添加了 .SVC 服务,那么这很容易做到 - “添加 STS 引用”向导将找到您想要保护的服务,并单独保护它你作为依赖方。
问题是,当您对工作流服务应用程序执行“添加 STS 引用”时,您获得的只是“被动重定向”安全性,而不是保护单个服务时所需的主动联合。
有人知道该怎么做吗?
I have a .xamlx Workflow Service that I would like to secure so that it can only be called by clients that have obtained a token from my STS (ADFS v2.0). Normally this is very easy to do if you're using a "Web Site" project template, and you've added a .SVC service - the "Add STS Reference" wizard will find the service you want secured and will secure it individually for you as a relying party.
Problem is, when you do "Add STS Reference" to the Workflow Service application, all you get is "passive redirect" security, not active federation which is what you need when securing individual services.
Anybody know how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来这可能是答案: http://zamd .net/2010/07/04/using-wif-with-workflow-services/
Looks like this might be the answer: http://zamd.net/2010/07/04/using-wif-with-workflow-services/