jBPM use LDAP replace default Plain-text

This section including how to configure jbpm-console to use LDAP for authentication and authorization of users.

./bin/jboss-cli.sh --connect --file=installation/create-security-domain-ldap.cli
  • Edit jbpm-console.war/WEB-INF/jboss-web.xml, change security domain to jbpm-cluster
<jboss-web>
    <security-domain>jbpm-cluster</security-domain>
</jboss-web>

NOTE: admin, analyst, reviewer are necessary in LDAP.