-
1. Re: Guvnor Username AND Password
ahmedza May 31, 2013 2:09 PM (in response to akansha_20)By defauly there is no username password required for guvnor u might have configured authentication in drools-guvnor.war/WEB-INF/beans.xml. Enable the bold for no authentication in place.
-<security:IdentityImpl><s:modifies/>
<!-- No real authentication: demo authentication for demo purposes -->
<security:authenticatorClass>org.drools.guvnor.server.security.DemoAuthenticator</security:authenticatorClass>
<!-- JAAS based authentication
<security:authenticatorName>jaasAuthenticator</security:authenticatorName>-->
<!-- IDM based authentication (supports LDAP, see Seam 3 and PicketLink IDM documentation) -->
<!--<security:authenticatorClass>org.jboss.seam.security.management.IdmAuthenticator</security:authenticator>-->
</security:IdentityImpl>
For authentication in place for guvnor visit following link.
https://community.jboss.org/message/817783#817783
title of the link is
Exceptions in JAAS Authentication in GUVNOR 7.1