Closed jeldriks closed 9 months ago
Fixes #164
Since 10.0.12, GLPI errors when logging in through SAML: Undefined global variable $_POST in GLPI_ROOT/inc/includes.php on line 102
This issue can be solved by initializing the global variable $_POST as an empty array.
Already fixed in https://github.com/DonutsNL/phpsaml.
Fixes #164
Since 10.0.12, GLPI errors when logging in through SAML: Undefined global variable $_POST in GLPI_ROOT/inc/includes.php on line 102
This issue can be solved by initializing the global variable $_POST as an empty array.