我正在尝试使用的云服务要求这样做:
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>user@example.com<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>user@example.com<AttributeValue>. In these cases, name is the attribute
value.
我使用 SimpleSAMLPHP 作为我的 IDP。我到底需要在这里输入什么?