Flowable user authorization on tasks

Hi,

I’m using Flowable with a business process that has user tasks with multiple candidateGroups and, we have been searching tasks through the flowable’s API query tasks service and filling the field candidateOrAssigned with the id of the user.

We would like to, instead of having to send the user through the API, use the current logged user.

Is there any configuration already available on the engine for that purpose?

Thanks in advance,
Diogo Ferreira

Are you asking if you can use a different source for authentication instead of the flowable idm?