让 WIF 作为 STS 与 OpenSSO 一起使用
使用 OpenSSO 作为身份提供者,我应该做什么(即使用 FedUtil.exe)来配置我的 .NET 依赖方,以便它执行 STS 舞蹈?
我已经运行了 OpenSSO 的 WS-Trust 客户端示例,因此我认为 OSSO 处于良好状态并为下一步做好了准备。
我位于 FedUtil.exe 的“使用现有 STS”墙上。从哪里可以获得 OpenSSO 的 STS WS-Federation 元数据文档?我试过:
- the.osso.server:port/opensso/sts
- the.osso.server:port/opensso/sts?wsdl
- the.osso.server:port/opensso/sts/mex
- the.osso.server:port/ opensso/sts/mex?wsdl
- the.osso.server:port/opensso/sts/soap11
- the.osso.server:port/opensso/sts/soap11?wsdl
没有运气。
谢谢你的帮助,
泰勒
Using OpenSSO as an identity provider, what should I do (i.e. with FedUtil.exe) to configure my .NET relying party so that it will do the STS dance?
I've gotten OpenSSO's WS-Trust client samples running, so I think OSSO's in a good state and ready for the next step.
I'm at the FedUtil.exe's "Use an existing STS" wall. Where do I get the STS WS-Federation metadata document for OpenSSO? I've tried:
- the.osso.server:port/opensso/sts
- the.osso.server:port/opensso/sts?wsdl
- the.osso.server:port/opensso/sts/mex
- the.osso.server:port/opensso/sts/mex?wsdl
- the.osso.server:port/opensso/sts/soap11
- the.osso.server:port/opensso/sts/soap11?wsdl
with no luck.
Thanks for your help,
Tyler
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从那时起,我们放弃了 OpenSSO,转而使用 WIF 和 ADFS 2.0。话虽这么说,我已经离开了公司,不再从事这方面的工作了。这是我当时记得的:
很抱歉我记不清更多了...另一个可能对您有帮助的资源是 Apache“Stonehenge”项目。它是一个开源多堆栈专为互操作性测试而设计的 N 层系统的 /platform 参考实现 以下是帮助您入门的链接:
https ://cwiki.apache.org/STONEHENGE/
我祝你一切顺利,
泰勒
Since then, we abandoned OpenSSO and went with WIF and ADFS 2.0. That being said, I've left the company and am not working on this anymore. Here's what I can remember from back then:
I'm sorry I couldn't remember more... Another resource that might be helpful for you is the Apache "Stonehenge" project. It is an open-source multi-stack/platform reference implementation of an N-Tiered system specifically designed for interoperability testing. Here's a link to get you going:
https://cwiki.apache.org/STONEHENGE/
I wish you the best,
Tyler