SAML reference documentation?

久未见 提交于 2019-12-19 08:38:34

问题


i have been trying to implement SSO using SAML in Java. for quite some time i have been referring to blogs by experts and some of the answers on your site. I wanted to know if there is a standard reference document which defines all the protocol elements and attributes of SAML request/response and guidance for their use. I have been using it according to my own convenience without following any standards simply exchanging XML messages between web applications.

Thank you.


回答1:


The SAML specifications are available here




回答2:


http://docs.oasis-open.org/security/saml/v2.0/saml-profiles-2.0-os.pdf is a good reference, but a good layman's explanation is https://www.youtube.com/watch?feature=player_embedded&v=gUmMcecHN9s




回答3:


In addition to Chris Dickson's answer , the following link also provides standard documentation for opansaml-java

https://wiki.shibboleth.net/confluence/display/OpenSAML/OSTwoUserManual



来源:https://stackoverflow.com/questions/12367378/saml-reference-documentation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!