DonutsNL

Results 145 comments of DonutsNL

**Update:** Its kinda frustrating. I have the rules interface working but its not matching the criteria correctly and is not updating the user object as a result. @derricksmith is it...

mysql> select requested_authn_context from glpi_plugin_phpsaml_configs; +-------------------------+ | requested_authn_context | +-------------------------+ | none | +-------------------------+ 1 row in set (0.00 sec)

Im not a github champion im afraid :S do everything locally tbh.

Evaluating database behaviour on updates.. ### **Manually set, to empty.** mysql> update glpi_plugin_phpsaml_configs set requested_authn_context = ''; Query OK, 1 row affected (0.01 sec) Rows matched: 1 Changed: 1 Warnings:...

Created a pull request. Ignore the comment in the code, what I was trying to say is that the selected combination of values might not be implementable by the idp...

Somewhere the portnumber https://host.domain.tld:**PORT**/ is included. It seems that GLPI cannot handle this.

It seems that the port number is added by Apache and populated in the $_SERVER superglobal. ![image](https://user-images.githubusercontent.com/97617761/180669080-dbca5d88-7b65-4244-bbc2-5b983c7008cb.png)

Same issue as described in: https://github.com/derricksmith/phpsaml/issues/83

Hi rducloie, No currently the plugin will check if either SSO=1 or the enforced configuration option is set. If either one is the case it will perform the ssoRequest. The...