Closed DonutsNL closed 2 years ago
Somewhere the portnumber https://host.domain.tld:**PORT**/ is included. It seems that GLPI cannot handle this.
It seems that the port number is added by Apache and populated in the $_SERVER superglobal.
Added a fix to initial PR.
Same issue as described in: https://github.com/derricksmith/phpsaml/issues/83
The plugin is including a relaystate in the initial request URI send to the idp. It includes &RelayState=https://[glpihost.domain.tld]:443/?SSO=1
As a result this value is also send back to the GLPI instance after succesfull login resulting in an redirect error message.