DonutsNL
DonutsNL
Im currently developing against the latest glpi version and created a pull request to merge the latest changes in.
If you cant wait: https://github.com/DonutsNL/phpsaml its not fully tested yet.
No manual insertion should be required, you should be able to install it and configure it using just the plugins config page. In my development environment (running the latest version...
I added type safety but was not yet able to test all possible conditions. As a work arround remove the type in de method listed. I.e requested_authn_context(string $var) to requested_authn_context($var)
Thats strange. It seems the db schema was not updated or the update was not called. Ill dive into that. See update.php what schema updates are required and run them...
Yea i prob did not update all versions yet and that also causes the update.php to not function. I was going to add a rerun option if less than expected...
@AldarisPale Would it be to big a hussle to create a new issue for this problem (if it doesnt allready exist) including a clear description of the issue (being fixed)...
Thanks for checking and reporting back at me. This helps me greatly 👍 The messages shown are informational mostly and should allow you to check the sanity of the config...
you might be hitting a GLPI filtering issue I experienced whenever the **first and initial update** didnt go right and values are captured by the GLPI _POST handler. GLPI then...
Its a known issue that has been researched earlier, fixed for a short while and broke again with later GLPI versions. It has to do with how the redirect url...