Hi to all,<div>I&#39;m developing an extension of shibboleth for the LoginHandler and I want to use jaas authentication. For this reason, I&#39;m looking at the code of UsernamePassword LoginHandler but I cannot understand where the jaas configuration file is read.In the Jaas documentation, linked by the shibboleth wiki (<a href="http://docs.oracle.com/javase/1.5.0/docs/guide/security/jaas/tutorials/LoginConfigFile.html">http://docs.oracle.com/javase/1.5.0/docs/guide/security/jaas/tutorials/LoginConfigFile.html</a>) I cannot find relevant information. It suggest to tell java the location of the configuration file trought the command line or the java.security file but I didn&#39;t nor of these two and UsernamePassword LoginHandler works great anyway! The problem is that my Handler, which for authentication has the same code, cannot find the configuration file. How can I do?</div>
<div><br></div><div>In handler.xml we can specify configuration file as a parameter but then I cannot see where in the code this parameter is acquired, UsernamePasswordLoginHandler takes as input &quot;servletUrl&quot;.</div>
<div><br></div><div>Many thanks,</div><div>Marco</div>