DonutsNL
DonutsNL
Hi Seckka, The IDP should redirect you to the given url after authentication. The acs evaluates the response from the idp and performs another redirect. A blank page might indicate...
Hi Thank you for sharing. I wonder, did you replace the glpi root directory or overwrite it during glpi upgrade? Can you verify the glpi templates are available in your...
I see. just dove into the code a bit. The private key exception is raised by the SAML library at response.php line 1054 during the decryptAssertion. The decryptAssertion method is...
As ketchup pointed out this feature is being addressed in #97 This is not a bug but the way glpi currently implements rules when a user is created using the...
Hi, can you please share your httpd access, error logs with us idealy a cleaned log just showing the problem you are facing. A http 443 error suggests a httpd...
Just reviewed the linked issue. Im using Azure as well and it works fine. This makes me suspect a config error somewhere. I assume you created an AAD enterprise application...
Hi Currently enjoying my vacation a bit and can only do so much in the meanwhile 😎 firstoff as far as i am able to evaluate, your config looks fine....
Ps. On the signature validation error, make sure the correct Azure provided certificate is used in your config. The certificate is generated when using the Azure SAML enterprise application and...
applyRightRules require some ldap specifics. Going to do some tests to see if this method is usable.
There is some documentation but its not up to date. https://glpi-developer-documentation.readthedocs.io/en/master/devapi/rules.html Am in the process of applying these rules and backwards engineer a bit 😅