1 Reply Latest reply on May 31, 2013 2:09 PM by ahmedza

    Guvnor Username AND Password

    akansha_20

      Hi All,

      I have Guvnor Application which is running but i dont have username and password to login .... Can anyone please tell me username and password

        • 1. Re: Guvnor Username AND Password
          ahmedza

          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