lightSAML-IDP
lightSAML-IDP copied to clipboard
PHP implementation of the IDP part of SAML Single SignOn protocol
Upgraded lightsaml/lighsaml to litesaml/lightsaml
Based on the example code here, how would one set the relayState for IDP initiated SSO? https://github.com/lightSAML/lightSAML-IDP/blob/master/web/idp/initiate.php It seems this was worked on in the past, but it was not...
Hi, Thanks a lot for sharing this great job ! Why not merge IDP Actions & Builder in core library ? This will make a complete library ;-) Regards &...
In the Service Provider's `\LightSaml\Builder\Action\Profile\SingleSignOn\Sp\SsoSpSendAuthnRequestActionBuilder` there is an opportunity to attach a listener that can manipulate the Profile Context or Outbound Message before the message is signed or encrypted. However...
Hi @tmilos , First I had to admit - you did a fantastic job here! :) Now, I noticed there is nowhere I could find the SLO Profile Builder on...
Hi, I am trying to implement an SAML IdP using your library. But something seems to be broken with my configuration or to be a bug :-( Here is what...