derricksmith / phpsaml

GLPI Plugin - SAML integration using the Onelogin SAML Library
MIT License
32 stars 24 forks source link

configuration problems for use with ad fs #151

Open Hypnos360 opened 1 year ago

Hypnos360 commented 1 year ago

Bonjour,

I'm having configuration problems when using a plugin.

When I consult the meta.php page I get the following error:

Uncaught Exception OneLogin\Saml2\Error: Paramètres de fichier invalides : sp_entityId_not_found, sp_acs_not_found, sp_sls_url_invalid, sp_certs_not_found_and_required, idp_entityId_not_found, idp_sso_not_found, idp_cert_or_fingerprint_not_found_and_required in ... plugins/phpsaml/lib/php-saml/src/Saml2/Settings.php at line 132

However, I have filled in all the fields

saml2 saml

Can you help me configure the plugin?

I'm using glpi 10.0.7

Thank you in advance for your help

DonutsNL commented 10 months ago

Derrick has not been active for almost a year now. My pull request is still waiting. Please use the latest version in my repository. https://github.com/DonutsNL/phpsaml. It has additional checks in the config screen that will help you narrow the issue down.

DonutsNL commented 10 months ago

@Hypnos360

I corrected various issues. Please make sure to use the latest version available in my forked repo: https://github.com/DonutsNL/phpsaml

rgrds,