SAML-Toolkits / php-saml

Simple SAML toolkit for PHP
MIT License
1.23k stars 469 forks source link

Can PHPSaml be used to implement the IdP? #560

Closed mbahnmiller closed 1 year ago

mbahnmiller commented 1 year ago

Can PHPSaml be used to implement the IdP? I've implemented both SP-initiated and IdP-initiated workflows, where PHPSaml was used on the SP side, but now I need to implement an IdP, and I'd love to use the same library if possible, but I can't seem to find any guidance.

Thanks in advance for the help!

pitbulk commented 1 year ago

No, this is only for the SP, it does not generate SAMLResponses.