Authentication via None failed: SAML

Hi,

I’m trying to configure SAML for a central authenticator, but with each login attempt, this message appears in the log and on the Indico web screen:

Authentication via None failed: SAML login failed (Signature validation failed. SAML Response rejected) (None)

What could be happening?

I would appreciate any help.

I’m not a SAML expert but it sounds like signature verification failed… :wink:

No really, without at least some more details such as your saml provider config (remove secrets of course), it will be pretty much impossible to help you.

A link to your Indico server or the SAML metadata (server on /multipass/saml/<yourprovidername>) would also be helpful.

You can also try setting "debug": true in the SAML config to get some more verbose output (ideally you do this on a dev instance where you can easily see such output)

POST /multipass/saml/saml/acs

Hi everyone,

That’s a perfect tip, it was an error in the IDP certificate.

Thank you.