0

私が使用しようとしているクラウドサービスは、これを求めています:

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.

IDP として SimpleSAMLPHP を使用しています。ここには正確に何を入力する必要がありますか?

4

1 に答える 1

0

NameIDフィールドでユーザーIDを設定する場合は、IdP構成を調べることができます。

特に、attributes.NameFormatこれはどの種類の名前識別子を使用するかを示します。

これをと一緒に使用してuserid.attribute、NameIDフィールドに特定の属性値を設定します。

それ以外の場合、前述のように、ユーザーIDが属性の1つに含まれている場合は、属性の名前を知っている必要があります。これは、LDAPなどの認証ソースから継承される場合があります。

于 2012-08-29T19:33:36.930 に答える