【发布时间】:2015-03-19 09:51:43
【问题描述】:
我在 localhost 上安装了 Shibboleth 服务提供程序。我想连接到 shibboleth idp。
错误消息:没有可用于发送 SAML 响应的对等端点
这是因为我从 localhost 连接到 IDP(idp.shibtest.org)?
【问题讨论】:
标签: shibboleth
我在 localhost 上安装了 Shibboleth 服务提供程序。我想连接到 shibboleth idp。
错误消息:没有可用于发送 SAML 响应的对等端点
这是因为我从 localhost 连接到 IDP(idp.shibtest.org)?
【问题讨论】:
标签: shibboleth
testshib.org 是测试 shibboleth 的好方法。
您不能使用 localhost 作为 SP 连接到远程 IDp,iDp 将找不到任何返回的 SP,因为 localhost 意味着它是自己的系统 所以 IDp 会进入它的本地系统并找到你给定的 SP 的实体 ID。它不会找到那个实体 ID,所以它会给出这样的错误。
这两种方法可能对你有帮助
【讨论】: