derricksmith / phpsaml

GLPI Plugin - SAML integration using the Onelogin SAML Library
MIT License
32 stars 24 forks source link

Fix undefined global variable $_POST in GLPI 10.0.12 #165

Closed jeldriks closed 7 months ago

jeldriks commented 7 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.

jeldriks commented 7 months ago

Already fixed in https://github.com/DonutsNL/phpsaml.