比較バージョン

キー

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

...

注意

ここで設定したパーミッションをShibboleth IdPアップデート時に変更されないよう注意が必要です。詳細は IdPv3アップデートに関する情報 IdPv4アップデートに関する情報 をご参照ください。

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid

chown tomcat:root /opt/shibboleth-idp/credentials/server.key
chmod 400 /opt/shibboleth-idp/credentials/server.key

...

entityIDの下に以下の行を挿入し、entityIDをURLとしてアクセスした際にidp-metadata.xmlが返される機能を無効化してください。  

パネル
bgColor#eeeeee

#idp.entityID.metadataFile=%{idp.home}/metadata/idp-metadata.xml# Set the entityID of the IdP
idp.entityID = https://...
(略)...
idp.entityID.metadataFile =


# Set the scope used in the attribute resolver for scoped attributes

...