The idea is:
Our company is planning to deploy n8n, but our InfoSec team requires us to integrate with SSO before going live.
During the integration test, we encountered the error message:
ERR_METADATA_CONFLICT_REQUEST_SIGNED_FLAG
.
We noticed that the IdP metadata XML has WantAuthnRequestsSigned="true"
. We are unsure whether we also need to set authnRequestsSigned
to true
in n8n’s SAML config.
We tried setting authnRequestsSigned
to true
, but then ran into another issue saying “This is not a private key”. After some research, it seems n8n currently does not support configuring a private key for SAML AuthnRequest signing, so this problem appears unresolved.
As a result, we are blocked on this integration. Could anyone please advise how to properly handle this? Any guidance or workarounds would be greatly appreciated.
Thank you!
My use case:
Our team is a platform team, and we need to deploy the n8n product company-wide to enable easy agent setup.
I think it would be beneficial to add this because:
SSO Integration is important for the company wise usage.
Any resources to support this?
Are you willing to work on this?
Yes