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
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
saml2-js
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.6 Replies
Once I am redirected to
https://<ZITADEL-DOMAIN>/saml/v2/SSO?SAMLRequest=<BASE64-XML>
, I receive this XML response:
As you can see, the <StatusMessage>
is "failed to find registered serviceprovider". Do you know why I would be receiving this message and how I can register the service provider?Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
@FFO Thank you for the response. Any insights would be appreciated @stebenz
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
@stebenz Yes, I definitely misunderstood how this should be configured (still getting familiar with SAML). Switching the Service Provider has resolved this issue. Thank you!
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View