Axis2 和 OpenSAML
我正在尝试将 SAML 断言添加到基于 axis2 引擎构建的 SOAP Web 服务。我有点难以理解两者如何互动。有人可以帮我指出正确的方向,将 SAML 断言添加到来自 Axis2 的响应消息中吗?
谢谢, 汤姆
I'm trying to add SAML assertions to a SOAP web service that is built on the axis2 engine. I'm having a little trouble wrapping my head around how the two would interact. Could someone help point me in the right direction to add a SAML assertion to a response message from Axis2?
Thanks,
Tom
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将 Rampart 模块作为额外模块包含在内。配置 SAML 支持的相关部分似乎位于 此处
如果您愿意如果需要更多平台支持,那么我建议将 Web 服务部署到 Web 服务应用程序服务器< /a> 由 Axis2 作者制作。它具有 GUI 驱动屏幕,可帮助配置 Rampart 模块。
You'll need to include the rampart module as an extra module. The relevent section for configuring SAML support appears to be here
If you want more platform support then I'd recommend deploying your web service onto the Web services application server produced by the authors of Axis2. It has GUI driven screens that assist in configuring the Rampart module.