Im using a self hosted identity provider using componentspace sdk. and attempting to configure saml login in redash.

redash is hosted using docker

when I attempt to SSO to redash after a successful login in my identity provider, redash mentioned “SAML login failed. Please try again later.” Not sure if i have configured redash incorrectly or its the problem using Componentspace trial version

running the logs from redash_server_1 shows the following potential problem:
[saml2.entity] Signature Error: Signature missing for assertion
[saml2.client_base] XML parse error: Signature missing for assertion
[saml_auth] Failed to parse SAML response

image

I suggest run idp.xml through an XML validator. The error sounds like there’s a typo in your XML file.