Derrick Smith
Derrick Smith
Fixed by #95
You should run the latest version. See 1.2.1 branch
Error indicates a required field is missing. if (empty($post["saml_idp_entity_id"])){ $messages["errors"]["saml_idp_entity_id"] = "Field cannot be empty"; } if (empty($post["saml_idp_single_sign_on_service"])){ $messages["errors"]["saml_idp_single_sign_on_service"] = "Field cannot be empty"; } if (empty($post["saml_idp_single_logout_service"])){ } if (empty($post["saml_idp_certificate"])){...
I don't have a keycloak environment to test with but others have this working. Check the closed issues. Otherwise, perhaps someone who has this working with keycloak can respond. You...
I don't have a 9.3 environment to test against. You're welcome to change the minimum version in setup.php. If the plugin works for you I can change the minimum version...
Did you upgrade from a previous version of phpsaml plugin? What columns are in the phpsaml plugin table in the database?
Thanks for your work on this one!
Can you submit a PR for this? Sent from my iPhone On Jul 24, 2022, at 11:11 AM, DonutsNL ***@***.***> wrote: mysql> select requested_authn_context from glpi_plugin_phpsaml_configs; +-------------------------+ | requested_authn_context...
Ok, no prob. I’ll correct shortly. Sent from my iPhone On Jul 24, 2022, at 11:14 AM, DonutsNL ***@***.***> wrote: Im not a github champion im afraid :S do...
Version 1.3 works with GLPI v10. I haven't created a release yet but you can download the branch.