PediatricsIT

Results 8 comments of PediatricsIT

Hi @DonutsNL , Unfortunately your version of the plugin is not working for me. First I have issues specifying settings. I try to set the "Requested Authn Context" to X509,...

BTW, I just want to state that this was working before updating to GLPI 10.0.11. The previous version that was working for us was 10.0.10.

Below is the XML of the SAML authentication request. I notice that although it is not saving the "Requested Authn Context" X509 setting on the configuration page, it looks like...

Yes, when it installed. To install it I downloaded from your GitHub project, placed the files in the glpi/plugins directory, then installed and enabled it from the glpi web page....

After filling in the configuration data and attempting to login, I got more errors that were mostly about REQUEST_URI being an undefined array key. Here are some of the errors...

My apologies for the mistake. Using the version cloned from your repository it still isn’t working. The errors in php-errors.log that are generated by installing the plugin and trying to...

I found this while Googling for a solution: After further debugging we have found out that Azure AD does NOT support "Compressed SAML Authentication Requests". Ones we have turned this...

Perhaps this maybe useful: From the reference online encoding linked in the question, Azure AD is expecting raw deflate data. To get that, replace the deflateInit() call with: deflateInit2(&zs, compressionlevel,...