Hi,
because it is not possible for me to user ldap plugin I think about another possibility to realise authentication based on the data in our ldap repository and another database.
Uid and password are saved in the ldap repostitory. Uid and roles are saved in another database.
I want to use camunda tasklist. Is it possible to implement a custom servlet filter or edit the existing filter?
In that filter I would first compare credentials (uid and password, not groups) with our ldap repository. If credentials are okay, I would check against the other database, if the user exists and has the right roles.
How can I realise this?
I think I should use WritableIdentityProvider
But how can I implement/edit a servlet filter?
@Ingo_Richtsmeier again?
Thanks a lot.
Nicole