身份服务器4错误 - 未识别的SAML服务提供商 - 找不到客户端配置'

发布于 2025-01-23 18:03:15 字数 444 浏览 1 评论 0原文

我想在一个具有Identity Server 4的外部服务提供商之间建立SAML连接。

执行的步骤。

  1. 捕获的SAML元数据
  2. 在验证时,IS4应用程序配置的IS4元数据的IS4应用程序配置的服务提供商
  3. ,我在IS4应用程序上的错误低于错误。

“无效的服务提供商;未识别的SAML服务提供商 - 找不到客户端配置”。

知道我到底在这里缺少什么吗?

谢谢

(IS4-身份服务器4)

I want to establish SAML connection between one external service provider with Identity server 4.

Steps which are performed.

  1. Captured SAML metadata of IS4 application
  2. Configured Service provider with IS4 metadata
  3. While verification, I get below Error on IS4 application.

"Invalid Service Provider; Unrecognized SAML service provider - cannot find Client configuration".

Any idea what exactly I am missing here?

enter image description here

Thanks

(IS4 - Identity Server 4)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

没企图 2025-01-30 18:03:15

我能够找出此问题的根本原因,因为由于这种通信失败了,因此SAML服务提供商已经存在。

AuthnRequestsSigned="false" 
WantAssertionsSigned="false"

因此,我在“ Identity Server-服务提供商”中进行了更改设置,以关闭此验证。

I was able to find out root cause of this issue, for SAML Service provider below setting was in place due to this communication was failing.

AuthnRequestsSigned="false" 
WantAssertionsSigned="false"

So, I had change setting in 'Identity server - service provider' to turn off this validation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文