2012-08-27 134 views
0

云服务,我想使用的要求是:SAML断言错误

Enter Attribute containing Login Name . This attribute is used for authentication of 
end-user. This is the attribute name that maps to the LDAP email address. From the XML 
meta-data, find: <NameID>[email protected]<NameID>. NameID is what is to be copied into 
this field. In some cases, this attribute may also be found at <Attribute 
Name"https://schema/xml.soap.org/.....identity/claims/name"> 
<AttributeValue>[email protected]<AttributeValue>. In these cases, name is the attribute 
value. 

我使用SimpleSAMLPHP作为我的IDP。我需要在这里输入什么?

+0

发送您传递给云服务的SAML断言示例。 Cloud服务正在查找登录名/用户标识,并且未在您提交给它的SAML断言中找到它。 – dthorpe

回答

0

如果你想安装在填充NameID字段,你可以看看IdP进行配置您的用户名:

特别是它告诉要使用哪种类型的名称标识符的attributes.NameFormat

userid.attribute一起使用可以在NameID字段中设置特定的属性值。

否则,如前所述,如果用户标识符位于其中一个属性中,则需要知道该属性的名称,该名称可以从认证源(例如LDAP)继承。