this can be caused by several things.
But the first I’m thinking of is; did you set the property
app.redirect.url.on.authsuccess
When set this will be passed to the IDM app and will be used to redirect back after a successful authentication.
This is normally only needed when the components are hosted on different hosts.
same issue with me, seeme the cookie session not being set. after success authentication it fastly goes to flowable-task then again redirects back to idm.
are you serving the different containers behind a reverse proxy (in other words; from the same domain)?
Otherwise the cookie set in one container (=host) will not be readable in another.
And; did you have a look at the flowable-ui image? Because this serves the different applications from the same web root issues like these will probably be solved.