Derrick Smith
Derrick Smith
Suggest removing plugin and installing latest version 1.2.0 from Github
Can you check the database and let me know what columns exist in the phpsaml plugin table?
I added these changes to Version 1.2.1. Take a look and let me know if this works for your configuration.
Did you remove the database table between versions? If starting fresh with 1.2.1, the issue should be resolved. Can you provide mysql output for the commands below? show columns from...
> Yeah i am refactoring the setup page. I am changing the logic and added allot more validations. This is to allow and to make sure either an human readable...
Can you provide a screenshot? You may need to step through the plugin_post_init_phpsaml function in setup.php to see where this message is generated.
What version of phpsaml plugin? Can you run "SHOW COLUMNS FROM `glpi_plugin_phpsaml_configs`" in mysql and provide output? The Service Provider is your GLPI application, your Identity Provider is Azure AD...
I took a look at phpsaml.class.php on line 84 and noticed that JIT requires both name and emailaddress to create the user. http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress I updated the error message to...
> Hi, > > I've the same problem. I get a black screen (https://localhost/glpi/plugins/phpsaml/front/acs.php). I cannot setup the phpSAML settings via the GUI, I inserted them via SQL statements like...
> 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...