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。我需要在這裏輸入什麼?
發送您傳遞給雲服務的SAML斷言示例。 Cloud服務正在查找登錄名/用戶標識,並且未在您提交給它的SAML斷言中找到它。 – dthorpe