微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

IBM Tivoli FBTSML215E 此身份提供者无法满足认证请求中的名称标识策略

如何解决IBM Tivoli FBTSML215E 此身份提供者无法满足认证请求中的名称标识策略

我正在使用 Tivoli Federated Identity Manager 6.2.2 版本,并在从配置的 AD 传递 SSO 的 SAML 请求时收到以下错误

我不确定需要更改哪些配置? IBM 文档没有指定如何更改名称 id 策略?

[1/28/21 15:31:56:086 IST] 00000025 ValidationFai E com.tivoli.am.fim.saml.types.ValidationFailureType logError FBTSML215E The name identifier policy in the authentication request Could not be met by this identity provider.

======== 下面是传递给 IDP 提供商的 Saml 请求==================

<saml2p:AuthnRequest xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol"
                     AssertionConsumerServiceURL="https://naveen-win16/netbackup/sso/callback/SAML2Client"
                     Destination="https://trans-com-win1.nbusec.vxindia.veritas.com:9443/sps/TFIM/saml20/login"
                     ForceAuthn="false"
                     ID="_8f26a532aa9f4e2990da26cf61cf759c57314a4"
                     IsPassive="false"
                     IssueInstant="2021-01-28T10:01:31.728Z"
                     ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
                     ProviderName="pac4j-saml"
                     Version="2.0"
                     >
    <saml2:Issuer xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion"
                  Format="urn:oasis:names:tc:SAML:2.0:nameid-format:entity"
                  >https://naveen-win16/netbackup/sso/callback/SAML2Client</saml2:Issuer>
    <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
        <ds:SignedInfo>
            <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
            <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />
            <ds:Reference URI="#_8f26a532aa9f4e2990da26cf61cf759c57314a4">
                <ds:Transforms>
                    <ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" />
                    <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
                </ds:Transforms>
                <ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />
                <ds:DigestValue>GZ8UbYGnRJVd5MMxMAk5Ty8vmPptQK++e3ZGyIAmKhY=</ds:DigestValue>
            </ds:Reference>
        </ds:SignedInfo>
        <ds:SignatureValue>
Lj+tWFETVvScuqhLzvZC5R4qyUgwmjj91ZnkgCK0kC5HlJ+GHA36tY8Uu3vsyZpap0TKeTZdWM1D
dAcbw1f9vopW4XBMeGDMRKLTlQ3ZJY6bYqzyjZvYK8RMuaBNahV8XnOh2/1TR3yOunv03QNSITb3
Y9of2EyLGkrM2Gr4pV+LSl+lkWcHlOSYAV5lSjtwyzaraOYgLxKnROPC69dAQQ7/zxzLsTp5unS9
W2ulSdLRHuILhLfy5Mb7mRQlA0ggoYgWV3R6ztgbaiG3Xv6ZjSyo33FORCgU83e2IN2YOpbtVp6O
5aWhO5Knz9nNwmjD1x+t8RWeUFmnQreSwLbmhw==
</ds:SignatureValue>
        <ds:KeyInfo>
            <ds:X509Data>
                <ds:X509Certificate></ds:X509Certificate>
            </ds:X509Data>
        </ds:KeyInfo>
    </ds:Signature>
</saml2p:AuthnRequest>

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐


Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其他元素将获得点击?
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。)
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbcDriver发生异常。为什么?
这是用Java进行XML解析的最佳库。
Java的PriorityQueue的内置迭代器不会以任何特定顺序遍历数据结构。为什么?
如何在Java中聆听按键时移动图像。
Java“Program to an interface”。这是什么意思?