SAML Application XML Error: "failed to find registered serviceprovider"
I have a ZITADEL Application within a Project configured with SAML authentication and I am attempting to start the login process using
I am using the
https://<ZITADEL-DOMAIN>/saml/v2/SSO. I am using the
saml2-js (https://www.npmjs.com/package/saml2-js) library to generate the XML requests and this is the XML it sends as the SAMLRequest query parameter (deflated and base64-encoded in reality). All instances of the ZITADEL domain have been replaced with <ZITADEL-DOMAIN> for the sake of sharing.npm
SAML 2.0 node helpers. Latest version: 4.0.2, last published: a year ago. Start using saml2-js in your project by running
npm i saml2-js. There are 30 other projects in the npm registry using saml2-js.
