Camunda 8.6.7 + Entra ID

Hello Camunda’ers
We have a self-managed GCP Camunda 8.6.7 environment integrated with Entra ID. When we login to “Identity”
the JWT we receive confirms Entra ID returns all the “groups” the logged in user belongs to. However, when we login to “tasklist” the current network call from tasklist login gets an empty array of groups. Logged in users who belong to those assigned candidate groups cannot view their tasks because tasklist seems to an empty list of groups.

Is there anything we may have missed configuring Entra ID. We should’ve gotten a full list of groups the logged in user belongs to, in the “tasklist”

Any ideas, thoughts, suggestions, or recommendations what to look at?

Thanks
Atul

Here is the response for current call

/tasklist/v1/internal/users/current

{
  "userId" : "187ajha jhdjkha89y iu hau",
  "displayName" : "John Doe",
  "apiUser" : false,
  "permissions" : [ "read", "write" ],
  "roles" : null,
  "salesPlanType" : null,
  "c8Links" : [ ],
  "tenants" : [ ],
  "groups" : [ ]
}