attribute-filter.xml に以下を追加してください。(Shibboleth IdP ver 3.4x向け)


<!-- lms.nii.ac.jp -->
<AttributeFilterPolicy id="releaseAttributesToLMSNiiAcJp">
<PolicyRequirementRule xsi:type="Requester" value="https://lms.nii.ac.jp/shibboleth-sp" />
<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="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>



学認LMSでは利用者を大学など機関ごとにグループ分けしユーザ管理を行うために「学認クラウドゲートウェイサービス」を利用しています。

学認クラウドゲートウェイサービスによるユーザ管理を利用するために学認クラウドゲートウェイサービスに対して所属機関IdPから属性送信を行っていただく必要があります。

属性を送信するための学認クラウドゲートウェイサービスへの利用申請を行っていただく必要はありません。

送信いただく属性は以下のマニュアルをご参照ください。https://meatwiki.nii.ac.jp/confluence/x/qwBm

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