このページの古いバージョンを表示しています。現在のバージョンを表示します。

現在のバージョンとの相違点 ページ履歴を表示

« 前のバージョン バージョン 3 次のバージョン »

仕様

名称eduPersonScopedAffiliation
概要利用者が所属する組織内での職種を表します。
参照スキーマeduPerson Object Class Specification (200806)
name【Shib1.3】"urn:mace:dir:attribute-def:eduPersonScopedAffiliation"
name【Shib2.x】"urn:oid:1.3.6.1.4.1.5923.1.1.1.9"
friendlyNameeduPersonScopedAffiliation
属性値or形式文字列@スコープ, 文字列は下記の値: "faculty","staff","student","member",無し(空白)
照合順序caseIgnoreMatch
複数値複数値
説明等利用者が所属する機関においてどのような関係であるかについて定義する属性です。設定する属性値は「eduPersonAffiliation」と同値ですが,@以下にスコープを付加します。
            設定例:member@nii.ac.jp, student@nii.ac.jp

  

属性定義の例 (attribute-resolver.xml)

    <!-- Attribute Definition for eduPersonScopedAffiliation -->
    <resolver:AttributeDefinition id="eduPersonScopedAffiliation" xsi:type="Scoped" xmlns="urn:mace:shibboleth:2.0:resolver:ad"
        scope="***.ac.jp" sourceAttributeID="eduPersonAffiliation">
        <resolver:Dependency ref="myLDAP" />

        <resolver:AttributeEncoder xsi:type="SAML1ScopedString" xmlns="urn:mace:shibboleth:2.0:attribute:encoder"
            name="urn:mace:dir:attribute-def:eduPersonScopedAffiliation" />
        <resolver:AttributeEncoder xsi:type="SAML2ScopedString" xmlns="urn:mace:shibboleth:2.0:attribute:encoder"
            name="urn:oid:1.3.6.1.4.1.5923.1.1.1.9" friendlyName="eduPersonScopedAffiliation" />
    </resolver:AttributeDefinition>
  • ラベルがありません