Authentication - Tasklist and LDAP

Hello everybody,

I use Wildfly 20 and Camunda 7.14.

I am facing the following problem. The user credentials (username and password) are saved in a ldap respository.
Now I want to give a user access to camunda tasklist with this credentials without saving the password in camunda db. But it should also be checked if the username exists in camunda db. (

I think this would be possible via a authentication filter, but I do not know how to integrate it in camunda takslist. Does anyone has an example for wildfly an tasklist?

Thanks a lot
Nicole

Hi @NickiMueller,

you can connect the process engine directly to your LDAP repository: Configure the Full Distribution for JBoss/Wildfly | docs.camunda.org. There is no need to duplicate users and passwords.

Afterwards you can allow access to tasklist for the users in the Admin application: Authorization Management | docs.camunda.org

Hope this helps, Ingo

2 Likes

Hi @Ingo_Richtsmeier,

thanks for the quick reply! It works. :slight_smile:
Nicki