jBPM use LDAP replace default Plain-text
This section including how to configure jbpm-console to use LDAP for authentication and authorization of users.
- Change into WildFly Home, execute create-security-domain-ldap.cli
./bin/jboss-cli.sh --connect --file=installation/create-security-domain-ldap.cli
- Edit
jbpm-console.war/WEB-INF/jboss-web.xml
, change security domain tojbpm-cluster
<jboss-web>
<security-domain>jbpm-cluster</security-domain>
</jboss-web>
NOTE:
admin
,analyst
,reviewer
are necessary in LDAP.