1 Reply Latest reply on Sep 27, 2012 6:54 AM by swiderski.maciej

    Logging to jbpm console

    tmmaluleke

      Hello,

       

      How can I add new users and groups to be able to login to jbpm console using mysql database. I have users that are already registred in mysql

      database to be able to login in jbpm-console and view the process.

       

      cheers

        • 1. Re: Logging to jbpm console
          swiderski.maciej

          console relies on JAAS login modules defined in application server, so you need to configure data base login module in JBoss AS. Make sure that all users that need to access console would be members of user, admin or manager roles (groups) as one of these three roles is required to access console.

           

          HTH