Using Spring SAML as an IDP rather than an SP

谁都会走 提交于 2019-12-10 14:03:54

问题


Are you able to use Spring SAML if you are implementing as an IDP?

I have used it in the past when acting as a Service Provider, and having read the documentation its not clear on whether I can use it as an IDP.

Note - I originally asked for opinions on another question which was put on hold by Users, I reworded the question as above but its still on hold hence I have asked again.


回答1:


There's no support for acting as an IDP in Spring SAML. Capabilities of Spring SAML are described in the manual:

"The extension enables both new and existing applications to act as a Service Provider in federations based on Web Single Sign-On and Single Logout profiles of SAML 2.0 protocol."

For implementing SAML 2.0 IDP using open source tools have a look at for example Shibboleth.



来源:https://stackoverflow.com/questions/27979525/using-spring-saml-as-an-idp-rather-than-an-sp

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