0

我正在尝试为 Jfrog artifactory 版本 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 的有效 url

4

0 回答 0