Did you also edit your drools-guvnor.war\WEB-INF\components.xml to point to your authenticator?<br><br>&lt;security:identity authenticate-method=&quot;#{customAuthenticator.authenticate}&quot;/&gt;<br><br><br><div class="gmail_quote">
2009/12/10 Sahid Khan (সাহিদ) <span dir="ltr">&lt;<a href="mailto:sahidkhn@gmail.com">sahidkhn@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2009/12/10 Paul R. &lt;<a href="mailto:reverselogic@gmail.com">reverselogic@gmail.com</a>&gt;:<br>
<div class="im">&gt; It&#39;s very easy to create a custom authentication module for Seam. In my<br>
&gt; organization, we&#39;ve created a simple module which will check the session for<br>
&gt; an existing user object. Just have to put it on your classpath and edit the<br>
&gt; components.xml to use your class as its authenticator. Perhaps something<br>
&gt; like this will work for you?<br>
&gt;<br>
<br>
</div>Thank you. However this is not working. I have created a custom<br>
authenticator as you said and put in WEB-INF/classes, but that is not<br>
getting invoked. I was just going through the Guvnor web.xml file, I<br>
don&#39;t see any security-constraints there. So that means Guvnor does<br>
not use standard JAAS security for authentication. Is that the reason,<br>
the custom authenticator is not getting invoked?<br>
<br>
Thanks,<br>
<font color="#888888">--<br>
</font><div><div></div><div class="h5">S.<br>
Argue with idiots, and you become an idiot. - PG<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br>