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

子ページ
  • IdP設定情報

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

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

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

(警告)このサイトは https://contents.nii.ac.jp/lms_support へ移転しました。このページは2024年2月29日以降は更新されていません。

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>   
#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • ラベルがありません