操作方法
使用 Shibboleth IDP 时,尝试通过 SAML 登录账户登录 ArcGIS Enterprise 门户时会返回以下错误:
Unable to login using Idp. Invalid subject found in SAML response.
SAML 声明响应的 <Subject> 元素中缺少 SAML NameID 属性。
<!--
<bean parent="shibboleth.SAML2AttributeSourcedGenerator"
p:format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
p:attributeSourceIds="#{ {'mail'} }" />
-->
with the following:
<bean parent="shibboleth.SAML2AttributeSourcedGenerator"
p:format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
p:attributeSourceIds="#{ {'your-name-id-attribute'} }" />
文章 ID: 000026099
获取来自 ArcGIS 专家的帮助
立即开始聊天