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

子ページ
  • IdP設定情報

比較バージョン

キー

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

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

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

<!--

lms.nii.ac.jp

-->

<AttributeFilterPolicy


   <AttributeFilterPolicy id="releaseAttributesToLMSNiiAcJp">

<PolicyRequirementRule


     <PolicyRequirementRule xsi:type="Requester"

value="https://lms.nii.ac.jp/shibboleth-sp"

/>

<AttributeRule


     
     <AttributeRule attributeID="o">

<PermitValueRule


       <PermitValueRule xsi:type="ANY"

/>

<


     </AttributeRule>

<AttributeRule


     <AttributeRule attributeID="organizationName">

<PermitValueRule


       <PermitValueRule xsi:type="ANY"

/>

</AttributeRule> <AttributeRule


     </AttributeRule>
     
     <AttributeRule attributeID="eduPersonPrincipalName">

<PermitValueRule


       <PermitValueRule xsi:type="ANY"

/>

</AttributeRule> <AttributeRule


     </AttributeRule>
     <AttributeRule attributeID="displayName">

<PermitValueRule


       <PermitValueRule xsi:type="ANY"

/>

</AttributeRule> <AttributeRule


     </AttributeRule>
     <AttributeRule attributeID="mail">

<PermitValueRule


       <PermitValueRule xsi:type="ANY"

/>

</AttributeRule> </AttributeFilterPolicy> <


     </AttributeRule>
   </AttributeFilterPolicy>
   <!--

cg.gakunin.jp

-->

<AttributeFilterPolicy


   <AttributeFilterPolicy id="releaseAttributesToGakuNinmAP">

<PolicyRequirementRule


     <PolicyRequirementRule xsi:type="Requester"

value="https://cg.gakunin.jp/shibboleth-sp"

/>

<AttributeRule


     
     <AttributeRule attributeID="o">

<PermitValueRule


       <PermitValueRule xsi:type="ANY"

/>

<


     </AttributeRule>

<AttributeRule


     <AttributeRule attributeID="organizationName">

<PermitValueRule


       <PermitValueRule xsi:type="ANY"

/>

</AttributeRule>


     </AttributeRule>
     
     <AttributeRule

<AttributeRule

attributeID="eduPersonPrincipalName">

<PermitValueRule


       <PermitValueRule xsi:type="ANY"

/>

</AttributeRule> <AttributeRule


     </AttributeRule>
     <AttributeRule attributeID="displayName">

<PermitValueRule


       <PermitValueRule xsi:type="ANY"

/>

</AttributeRule> <AttributeRule


     </AttributeRule>
     <AttributeRule attributeID="mail">

<PermitValueRule


       <PermitValueRule xsi:type="ANY"

/>

</AttributeRule> </AttributeFilterPolicy>


     </AttributeRule>
   </AttributeFilterPolicy>

lms.nii.ac.jpの属性情報について>


  • organizationName (必須)
  • eduPersonPrincipalName (必須)
  • displayName (選択) ←学生の氏名を表示する場合は送出してください。送出しない場合は初期名「GakuNin」となります。
  • mail (選択) ←LMS からメールを受け取らせる場合は送出してください。送出しない場合は、学生のプロファイル情報のメール欄は空欄になります。
  • eduPersonEntitlement (選択) ←現在は送出不要です。(2021年6月廃止予定)

cg.gakunin.jpの属性情報について>


  • eduPersonPrincipalName (必須)


その他の属性情報につきましては、以下のページをご参照ください。

学認クラウドゲートウェイサービス連携のための情報:https://meatwiki.nii.ac.jp/confluence/pages/viewpage.action?pageId=6684843


<その他>


※本設定例は学認テンプレートv4およびv3両対応です。お使いのattribute-resolver.xml によって attributeID="o" もしくは attributeID="organizationName" の必要なほうを残してください。

 お使いのattribute-resolver.xmlでの定義をご確認ください。詳細につきましては、下記をご覧ください。
 https://meatwiki.nii.ac.jp/confluence/pages/viewpage.action?pageId=67612307

※ attributeIDに設定すべき値は機関ごとに異なる可能性がありますので、attribute-resolver.xmlで定義されているidを確認し、大文字小文字の差異も含めて反映させてください。

※ 学認LMSでは、機関管理者機能などのユーザ管理を行うために「学認クラウドゲートウェイサービス」を利用しているため、
  学認クラウドゲートウェイサービスに対して所属機関IdPから属性送信を行っていただく必要があります。
  なお、属性を送信するために学認クラウドゲートウェイサービスへの利用申請を行っていただく必要はありません。