- eduPersonPrincipalNameとmailをSPへ送ることが必須です。
- sn、givenNameが指定されていない場合にはMoodle上で姓名がNAで設定されます。
attribute-filter.xml に追加
<afp:AttributeFilterPolicy id="AttributeForTIES">
<afp:PolicyRequirementRule xsi:type="OR">
<Rule xsi:type="Requester" value="https://dev.chilos.jp/shibboleth-sp" />
</afp:PolicyRequirementRule>
<afp:AttributeRule attributeID="mail">
<afp:PermitValueRule xsi:type="ANY" />
</afp:AttributeRule>
<afp:AttributeRule attributeID="surname">
<afp:PermitValueRule xsi:type="ANY" />
</afp:AttributeRule>
<afp:AttributeRule attributeID="givenName">
<afp:PermitValueRule xsi:type="ANY" />
</afp:AttributeRule>
<afp:AttributeRule attributeID="eduPersonPrincipalName">
<afp:PermitValueRule xsi:type="ANY" />
</afp:AttributeRule>
</afp:AttributeFilterPolicy>