使用 OPEN SAML - JAVA 的服务提供者实现
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/21160486/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Service provider implementation using OPEN SAML - JAVA
提问by mavis
After many analysis, Figured out that SAMLV2.0 is providing excellent service in exchanging data between the security web domains.
经过多次分析,发现SAMLV2.0在安全Web域之间交换数据方面提供了出色的服务。
My scenario is I am trying to implement Service Provider(SP) using Shibboleth's new OPEN SAML-JAVA http://shibboleth.net/products/opensaml-java.html.
我的场景是我正在尝试使用 Shibboleth 的新 OPEN SAML-JAVA http://shibboleth.net/products/opensaml-java.html来实现服务提供商(SP)。
I have read about ton of documents about the SAML http://en.wikipedia.org/wiki/Security_Assertion_Markup_Languageand its components.Still found no document useful in Service provider implementation steps.
我已经阅读了大量关于 SAML http://en.wikipedia.org/wiki/Security_Assertion_Markup_Language及其组件的文档。仍然没有发现在服务提供者实现步骤中有用的文档。
Can anyone help me in where to start and what are the steps needed to implement my SP in generally?
任何人都可以帮助我从哪里开始,以及通常实施我的 SP 所需的步骤是什么?
Also if there is any sample documentation for open-saml - java is appreciated .
此外,如果有 open-saml 的任何示例文档 - java 将不胜感激。
In the implementation, When to generate MetaData(the one which has to agreed upon between the SP and IdP)?
在实施中,何时生成元数据(SP 和 IdP 之间必须达成一致的元数据)?
And also Should I only use TestShib https://www.testshib.org/index.htmlas the testing IdP , Since I am using Shibboleth's OPEN SAML -JAVA library? Is there any other test platform available , Can u suggest me ?
而且我是否应该只使用 TestShib https://www.testshib.org/index.html作为测试 IdP ,因为我使用的是 Shibboleth 的 OPEN SAML -JAVA 库?有没有其他可用的测试平台,你能推荐我吗?
Thank you in advance.
先感谢您。
回答by mavis
Documentation/Explanation sites
文档/解释站点
1.OPEN SAML JAVA Library
1.打开SAML JAVA库
https://wiki.shibboleth.net/confluence/display/OpenSAML/OSTwoUserManual
https://wiki.shibboleth.net/confluence/display/OpenSAML/OSTwoUserManual
2.MetaData:
2.元数据:
https://wiki.shibboleth.net/confluence/display/SHIB2/Metadata
https://wiki.shibboleth.net/confluence/display/SHIB2/Metadata