flowable / flowable/flowable-engine
Implement group by user query for keycloak
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
Hi,
I'm using Flowable in my Spring-Boot application with Keycloak as IDM.
Later, I discovered that the assignment of tasks to a group isn't working as expected.
Also I was wondering, why the idm app shows all groups, but each group contains all users.
After a bit of research, I found out, that the Keycloak integration is still WIP.
Here are the query filters, if anyone is wondering:
https://github.com/flowable/flowable-engine/blob/145abf504c84c7e60de0e2ae70a9a05db918857b/modules/flowable-ui/flowable-ui-idm-logic/src/main/java/org/flowable/ui/idm/service/keycloak/KeycloakGroupQueryImpl.java#L154
https://github.com/flowable/flowable-engine/blob/145abf504c84c7e60de0e2ae70a9a05db918857b/modules/flowable-ui/flowable-ui-idm-logic/src/main/java/org/flowable/ui/idm/service/keycloak/KeycloakUserQueryImpl.java#L133
Also, I'm very sorry for writing the original issue in a _demanding_ and unfriendly way. I was investigation a bug in our software and took the completeness of the feature for granted. I and the whole team want so say thank you for providing Flowable as open source.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.