无法配置SSO,错误:“为AssertionConsumerService输入有效的URL”

时间:2019-12-17 09:16:57

标签: artifactory jfrog-cli jfrog-mission-control jfrog-container-registry

我正在尝试为Jfrog工件版本6.16.0配置SSO。我已将以下服务提供商元数据保存在xml文件中。

<?xml version="1.0" ?>
<ns2:EntityDescriptor xmlns="http://www.w3.org/2000/09/xmldsig#" xmlns:ns2="urn:oasis:names:tc:SAML:2.0:metadata" entityID="http://example.com/artifactory">                         
    <ns2:SPSSODescriptor WantAssertionsSigned="true" AuthnRequestsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
        <ns2:NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified</ns2:NameIDFormat>
        <ns2:AssertionConsumerService index="1" Location="http://example.com/webapp/saml/loginResponse" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"/>
    </ns2:SPSSODescriptor>
</ns2:EntityDescriptor>

当我在IDP服务器中上传此文件时,出现错误:

  

为AssertionConsumerService输入有效的网址

0 个答案:

没有答案