2 Replies Latest reply on Aug 29, 2006 6:14 AM by atluri.forum

    JBPM API integration with AD

    teixeira.j

      Is it possible i connecet with JBPM in one LDAP Server like AD (Microsoft)?

      Can i create swinlanes integrates with user of active directory and use the same e-mail anda password to login in a jbpm application?

        • 1. Re: JBPM API integration with AD
          stibrian

          jBPM has a very open API, so yes, you can connect it. I'm assuming you want to do task based assignments based on AD roles/groups?

          Do a bit of LDAP programming and you'll see that there are a number of possiblities.

          Related to logging into a jBPM application with AD credentials... you'll set that up the same as you set up any application that uses AD credentials.

          • 2. Re: JBPM API integration with AD
            atluri.forum

            I want to connect to ldap from jBPM for users and roles details.
            Can you tell me what are the changes need to be done in jBPM?