比較バージョン

キー

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

...

コード ブロック
    <!-- Policy for NII FileSender -->
    <AttributeFilterPolicy id="PolicyforNIIFileSender">
       <PolicyRequirementRule xsi:type="Requester" value="https://filesender.nii.ac.jp/shibboleth-sp" />

       <AttributeRule attributeID="eduPersonPrincipalName">
          <PermitValueRule xsi:type="basic:ANY" />
       </AttributeRule>
       <AttributeRule attributeID="eduPersonTargetedID">
          <PermitValueRule xsi:type="basic:ANY" />
       </AttributeRule>
       <AttributeRule attributeID="displayName">
          <PermitValueRule xsi:type="basic:ANY" />
       </AttributeRule>
       <AttributeRule attributeID="mail">
          <PermitValueRule xsi:type="basic:ANY" />
       </AttributeRule>
    </AttributeFilterPolicy>

...