简体   繁体   English

可以从onelogin的php-saml lib充当IDP?

[英]can php-saml lib from onelogin act as an IDP?

My application needs to provide IDP like service using which I like to generate a saml response to the registered SP. 我的应用程序需要提供类似于IDP的服务,我希望使用该服务生成对已注册SP的saml响应。 So that users of my application can login to the registered SP's applications. 这样我的应用程序的用户可以登录到注册的SP的应用程序。 But I think php-saml(provided by OneLogin) lib is SP side library which would process IdP response. 但是我认为php-saml(由OneLogin提供)lib是SP端库,可以处理IdP响应。 Can I use it to generate saml response (like an IdP) so that SP can allow users to login? 我可以使用它来生成saml响应(如IdP),以便SP允许用户登录吗?

The OneLogin php-saml library is the SP side, only. OneLogin php-saml库仅在SP端。 However, there is another tool available, SimpleSAMLphp, that can do the IdP side: 但是,还有另一种工具SimpleSAMLphp可以执行IdP方面:

https://simplesamlphp.org/ https://simplesamlphp.org/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM