我们正在尝试从3.1版迁移shibboleth idp verison。1至3.4。我们得到了下面的错误
[net.shibboleth.idp.saml.profile.impl.PopulateBindingAndPointContexts:410]-配置文件操作PopulateBindingAndPointContexts:无法解析依赖方的出站消息endpointhttps://ipau.sp.sso.manager/sso':endpointCriteria[type={urn:oasis:names:tc:SAML:2.0:metadata}AssertionConsumerService,Binding=urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST,Location=https://172.29.241.168:8086/SSOSPManager/SSO,trusted=false]2019-08-1613:11:26832-172.29。241.168-警告[org.opensaml.profile.action.impl.LogEvent:105]-处理请求时发生非继续事件:EndpointResolutionFailed
请在我们的SP元数据文件中找到以下assertionConsumerService配置
<md:AssertionConsumerService Location="http://172.29.241.168:8085/SSOSPManager/SSO" index="1" isDefault="true"
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"/>
<md:AssertionConsumerService Location="https://sp.example.org/Shibboleth.sso/SAML2/POST-SimpleSign" index="2"
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign"/>
<md:AssertionConsumerService Location="https://sp.example.org/Shibboleth.sso/SAML2/Artifact" index="3"
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"/>
<md:AssertionConsumerService Location="html" target="_blank">https://sp.example.org/Shibboleth.sso/SAML2/ECP" index="4"
Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS"/>
<md:AssertionConsumerService Location="https://sp.example.org/Shibboleth.sso/SAML/POST" index="5"
Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post"/>
<md:AssertionConsumerService Location="https://sp.example.org/Shibboleth.sso/SAML/Artifact" index="6"
Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01"/>
希望你已经解决了但是...似乎元数据中的url在默认服务的位置和端口中缺少一个s,所以基本上endpoint错误配置,要么在静态(?)元数据或...在SP发送消息时(因为设置和检查是基于入站消息和sp元数据)。
奇怪的是,同样的SP,以同样的方式访问,之前工作正常...
我目前正面临这个问题。该项目以前没有任何构建问题。直到今天,当我试图构建它时,才出现了这个错误。 Gradle:配置项目“:project”时出现问题。
我在为ZBarScannerActivityLib库项目从命令行执行gradle build时收到此错误。详细错误消息如下 *配置项目“:ZBARScannerActivityLib”时出现问题。
我似乎无法获得最新版本的构建工具。我怀疑这与Gradle的代理设置有关。我已经很好地看了网上,但仍然不能找到一个解决办法。我用的是2.1级。 SystemProp.http.ProxyHost=代理SystemProp.http.ProxyPort=80 SystemProp.http.ProxyUser=MyUserName SystemProp.http.ProxyPassword=密码 Sy
我是一名新的Android学习者,我正在为语言翻译制作我的第一个Android应用程序。在添加了一些依赖项之后,我遇到了一些问题。我该怎么解决这个问题? Gradle同步失败:无法解决配置的所有依赖项: app: dedegRuntimeClasspath。无法确定android.arch.lifecycle的工件: livedata: 1.1.1:脱机模式下没有缓存版本有关详细信息,请参阅IDE
值得说的是,当我在Eclipse内部运行单元测试时(而不是在Maven中),它是有效的。 这是我测试片段中的第谷配置: 正如这里所建议的,我将这个特性作为一个依赖项添加,因为我的测试片段除了它的主机之外还需要一些其他的包,所以我希望这能起作用。