cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to view group and tasks with custom LDAP Integration

chidha2005
Champ in-the-making
Champ in-the-making
I am unable to view the tasks and user groups when we go for custom LDAP Implementation when i query through rest then we are able to view the groups associated with the User, but we are unable to view either tasks/ groups with in Activiti Explorer
5 REPLIES 5

trademak
Star Contributor
Star Contributor
I would need some more information to provide help with this. Do you mean you can't login to the Activiti Explorer or when you are logged in you don't see tasks and groups?

Best regards,

chidha2005
Champ in-the-making
Champ in-the-making
Hi trademak,
I am able to login in to the Activiti Explorer, and when i logged in i am not able to see user/groups/tasks

trademak
Star Contributor
Star Contributor
And you have created tasks that are assigned to the logged-in user? The task querying is almost independent of the identity implementation. So there should be no issues with that. Did you implement the createNewUserQuery and createNewGroupQuery methods in your custom LDAP implementation? Because those methods are called by the Activiti Explorer.

Best regards,

chidha2005
Champ in-the-making
Champ in-the-making
when i query for user/groups using Rest API I am able to view the Groups/User information. But unable to view under Activiti Explorer ?

trademak
Star Contributor
Star Contributor
So does that mean that you did implement the createNewUserQuery and createNewGroupQuery methods? If so, can you see if it's actually invoking your custom LDAP implementation? Did you inject the custom LDAP implementation classes in the process engine configuration in the Activiti Explorer?

Best regards,