1 Reply Latest reply on Jan 10, 2014 2:29 AM by swiderski.maciej

    JBPM 6.0 + Spring Security does it makes sense?

    tmcclure0501

      We are looking to apply roles and privileges to JBPM 6.0 - does Spring Security make sense?  We do not want a LDAP dependency - we are looking to store users/roles/privileges in a relational datbase - we will authenticate against LDAP and support user import from LDAP.

       

      Tim

        • 1. Re: JBPM 6.0 + Spring Security does it makes sense?
          swiderski.maciej

          are you talking about custom application where jbpm is embedded or jbpm-console/kie workbench? For option one, it's certainly a valid option, recently there was some improvements to simplify spring usage (will be released with 6.1.0.Final but can already be tried with master snapshot).

          When using kie workbench you can already use that by configuring security domain in JBoss AS to use data base for authentication and authorization.

           

          HTH