I have developed a customized jaas. Here are two cases, and one works, one doesn&#39;t:<br><br>1. If I create a separate jar for this jaas class, and put it into the lib folder of the idp.war, it works. Here is the structure:<br>

           /idp.war<br><div style="margin-left:80px">/WEB-INF<br><div style="margin-left:40px">/lib<br><div style="margin-left:40px">/jaas.jar<br>/shibboleth-identityprovider-2.3.8.jar<br></div></div></div>2. If I only copy this jaas class file into shibboleth-identityprovider-2.3.8.jar, and copy it in the lib folder of idp.war, it doesn&#39;t work. Here is the structure:<br>

<div style="margin-left:40px">/idp.war<br></div><div style="margin-left:80px">/WEB-INF<br><div style="margin-left:40px">/lib<br><div style="margin-left:40px">/shibboleth-identityprovider-2.3.8.jar<br><div style="margin-left:40px">

.../.../jaas.class<br></div></div></div></div><br>Can you tell me why? <br><br>Thanks,<br clear="all">Yaowen<br>