derricksmith / phpsaml

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

Multi-tenant Authentication #121

Open Gambware opened 1 year ago

Gambware commented 1 year ago

Hi! first of all thanks for the plugin!

i'm trying to setup a Multi-Tenant Authentication, I already been configured de Azure App to allow Multi-tenant authentication, but Im got a Signature validation failed. SAML Response rejected . from the plugin.

The plugin settings are:

image

Actually the plugin support Multi-tenant auth? There are any trick that I need follow to setup that?

Thanks advanced!

Gambware commented 1 year ago

Just to update.

SAML Response rejected was been generatd because I had Two SAML apps on Azure and it was trying to use the first one while I put x509 cert of second.

Now, after delete the first one and setup only one,

I got the following error

Invalid issuer in the Assertion/Response

image