このサイトは https://contents.nii.ac.jp/lms_support へ移転しました。

子ページ
  • IdP設定情報

比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

attribute-filter.xml に以下を追加してください。(Shibboleth IdP ver 3.2以上)

設定例:すべての属性を送出する場合

<!-- lms.nii.ac.jp -->
      <AttributeFilterPolicy id="releaseAttributesToLMSNiiAcJp">
          <PolicyRequirementRule xsi:type="Requester" value="https://lms.nii.ac.jp/shibboleth-sp" />
          
 <AttributeRule attributeID="o"> <PermitValueRule xsi:type="ANY" /> </AttributeRule> <AttributeRule attributeID="organizationName"> <PermitValueRule xsi:type="ANY" /> </AttributeRule>
          
          <AttributeRule attributeID="eduPersonPrincipalName">
              <PermitValueRule xsi:type="ANY" />
          </AttributeRule>
          <AttributeRule attributeID="displayName">
              <PermitValueRule xsi:type="ANY" />
          </AttributeRule>
          <AttributeRule attributeID="mail">
              <PermitValueRule xsi:type="ANY" />
          </AttributeRule>
      </AttributeFilterPolicy>
      <!-- cg.gakunin.jp -->
      <AttributeFilterPolicy id="releaseAttributesToGakuNinmAP">
          <PolicyRequirementRule xsi:type="Requester" value="https://cg.gakunin.jp/shibboleth-sp" />
          
 <AttributeRule attributeID="o"> <PermitValueRule xsi:type="ANY" /> </AttributeRule> <AttributeRule attributeID="organizationName"> <PermitValueRule xsi:type="ANY" /> </AttributeRule>
          
          <AttributeRule attributeID="eduPersonPrincipalName">
              <PermitValueRule xsi:type="ANY" />
          </AttributeRule>
          <AttributeRule attributeID="displayName">
              <PermitValueRule xsi:type="ANY" />
          </AttributeRule>
          <AttributeRule attributeID="mail">
              <PermitValueRule xsi:type="ANY" />
          </AttributeRule>
      </AttributeFilterPolicy>