比較バージョン

キー

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

...

個人識別のための属性として,ePPNとePTIDのどちらか一つが必須となります。
ePTIDのみを送出する場合は,クラウドゲートウェイと連携したグループ送信機能が使えません。
ePPNとePTIDの両方を送出する場合,グループ送信機能が利用でき,FileSenderのシステム上にはePTIDのみが記録されます。

attribute-filter.xmlの設定例

コード ブロック
    <!-- 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>

 

 

5.マニュアル

マニュアルは以下を参照してください。
このマニュアルは英語のみですが、簡単な使い方はNII FileSenderのヘルプにも記載されています。
FileSenderマニュアル:https://subversion.assembla.com/svn/file_sender/documentation/end_user_docs/EndUserDocumentation_FileSender_1_6.html