DonutsNL

Results 14 issues of DonutsNL

### Code of Conduct - [X] I agree to follow this project's Code of Conduct ### Is there an existing issue for this? - [X] I have searched the existing...

Currently the JIT is ignoring the Authorizations assignment rules and will create the user using glpi default rules in the root entity with the default profile. Ldap rules are just...

enhancement

In my GLPI 10.0.2 environment using the latest (just downloaded) version. When not selecting any value in the AuthNContext, the database is updated with the value 'none.' This value is...

bug

The plugin is including a relaystate in the initial request URI send to the idp. It includes &RelayState=https://[glpihost.domain.tld]:443/?SSO=1 As a result this value is also send back to the GLPI...

bug

- Implemented ability to configure excluded paths using dropdowns - Added phpsaml configuration page to config menu - Dont display login button if no valid config is available - Add...

https://github.com/derricksmith/phpsaml/blob/988157eb826e44bccfc8b96c8b3c8e468494e1a2/hook.php#L82 We need to refactor this a bit to make sure the update routine is triggered properly. Prob we need to use the Migrate object. As a work arround the...

Improvement: Problems during the user creation proces (for instance duplicate emailaddresses in unique fields) are not handled properly. This will result in an error that is not shown causing a...

GLPI is gradually changing the way plugins are structured. https://glpi-developer-documentation.readthedocs.io/en/master/plugins/objects.html This requires us to refactor the /inc directory to the /src directory, rename the classfiles, add namespaces etc.

Hi, I could realy use some help with the profileRights. The only way i got some form of rights implemented is by actually borrowing the 'config' right and overloading the...