phpsaml icon indicating copy to clipboard operation
phpsaml copied to clipboard

Invalid array settings: idp_entityId_not_found, idp_sso_not_found, idp_cert_or_fingerprint_not_found_and_required [AZURE]

Open r1card0sl opened this issue 3 years ago • 2 comments

‎I fill in the form fields in the plugin configuration, but when I try to login, I get the message this image error:

I use Azure SAML.0

image

r1card0sl avatar Jul 15 '22 21:07 r1card0sl

Did you upgrade from a previous version of phpsaml plugin? What columns are in the phpsaml plugin table in the database?

derricksmith avatar Aug 09 '22 19:08 derricksmith

Yes. I updated from an earlier version of the plugin.

The table has the following columns:

  • id (primary key);
  • version;
  • enforced;
  • strict;
  • debug;
  • jit;
  • saml_sp_certificate;
  • saml_sp_certificate_key;
  • saml_sp_nameid_format;
  • saml_idp_entily_id;
  • saml_idp_single_sign_on_service;
  • saml_idp_single_logout_service;
  • saml_idp_certificate;
  • requested_authn_context;
  • requested_authn_context_comparison;
  • saml_security_nameidencrypted;
  • saml_security_authnrequestssigned;
  • saml_security_logoutrequestssigned;
  • saml_security_logoutresponsessigned.

r1card0sl avatar Aug 22 '22 19:08 r1card0sl

Hello. I have the same issue with GLPI 10.0 on debian 11when trying to authentificate with azure AD.

Even after filling the plugin configuration i get "Invalid array settings: idp_entityId_not_found, idp_sso_not_found, idp_cert_or_fingerprint_not_found_and_required"

The error.log : PHP Warning: mysqli::real_escape_string(): Couldn't fetch mysqli in /var/www/html/glpi/src/DBmysql.php on line 331, referer: https://glpi.proxy.net/ PHP Warning: Declaration of PluginPhpsamlConfig::showForm() should be compatible with CommonDBTM::showForm($ID, array $options = Array) in /var/www/html/glpi/plugins/phpsaml/inc/config.class.php on line 53, referer: https://glpi.proxy.net/?SSO=1

Can you help me about that please ?

Update : It look like this issue is the same as https://github.com/derricksmith/phpsaml/issues/79

WilliamDR35 avatar Nov 16 '22 15:11 WilliamDR35

Issue was resolved in https://github.com/derricksmith/phpsaml/pull/106

Can you confirm

derricksmith avatar Nov 17 '22 02:11 derricksmith

It's working perfectly fine, thank you !

WilliamDR35 avatar Nov 17 '22 09:11 WilliamDR35