Guvnor 5.4 uses Seam 3 whereas Guvnor 5.3 used Seam 2.<br><br>At the same time the org.drools.guvnor.server.security.NilAuthenticator was removed.<br><br>AFAIK you should be able to copy org.drools.guvnor.server.security.DemoAuthenticator and have it authenticate regardless of user credentials.<br>
<br><a href="http://docs.jboss.org/seam/3/security/latest/reference/en-US/html/security-authentication.html#d0e212">http://docs.jboss.org/seam/3/security/latest/reference/en-US/html/security-authentication.html#d0e212</a> might be of assistance.<br>
<br>With kind regards,<br><br>Mike<br><br><div class="gmail_quote">On 7 August 2012 15:20, mpgong <span dir="ltr">&lt;<a href="mailto:michael.p.gong@lmco.com" target="_blank">michael.p.gong@lmco.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I&#39;m trying to upgrade from 5.3 to 5.4 and i guess i must have configured 5.3<br>
to not authenticate when accessing the resources in guvnor like the<br>
binaries, etc using the REST api because when i try to access them under 5.4<br>
i&#39;m getting the 401 response.<br>
<br>
I read that security is configured in the beans.xml i believe but not sure<br>
how to do it properly.  I basically want to have no authentication.  In 5.3<br>
i believe this was achieved changing the components.xml and adding this<br>
&lt;security:identity authenticate-method=&quot;#{nilAuthenticator.authenticate}&quot;/&gt;.<br>
<br>
How do i this under 5.4?<br>
<br>
Thanks.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/guvnor-5-4-final-turning-off-authentication-tp4019042.html" target="_blank">http://drools.46999.n3.nabble.com/guvnor-5-4-final-turning-off-authentication-tp4019042.html</a><br>

Sent from the Drools: User forum mailing list archive at Nabble.com.<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>
</blockquote></div><br>