> Is there any way to disable the “reloading” thread? See idp.home/conf/services.properties, and note the comment towards the top : checkInterval = PT0S means never reload (this is the default) So, to disable relying party reloading, set : idp.service.relyingparty.checkInterval = PT0S