DonutsNL
DonutsNL
There should be an error in the GLPI/files/_log/phperror log. Could you review it and share any strange errors triggered within the phpsaml directory?
I will look into this somewhere this weekend. The type errors are quite clear and surely is something i need to look into. Rgrds,
Hi @gianlucapellegrini @AldarisPale @SilvaFernando @NateTL @santanaalmeida91 @efriastech I corrected an issue where $_POST was not a countable datatype. Please use the latest version in my repository. https://github.com/DonutsNL/phpsaml. Also addressed other...
Todo: verify if we can send Access-Control-Allow-Origin: https://idp.domain header for CORS enabled environments generated from phpsaml config, from the plugins front/acs.php and front/meta.php. If so figure out a way to...
Good to hear its working. CORS is an valid issue. The response is from an foreign source and might very well cause CORS issues. Also using CORS to make sure...
Your most Welcome. Rgrds
Are there any messages in the glpi php errorlog? GLPI_ROOT/files/_log/?
Hi @SeemsLikeIt, This issue is mentioned in the 'linked' issue. The 'linked' issue in which this issue is mentioned is closed, not this one. I have been working on a...
Hi @SeemsLikeIt The original plugin was not written for the marketplace, because of this i can guarantee that it will not function correctly. I know there are hard coded paths...
Just wondering, are you using php8 or a previous version?