Hello,
I got the flowable event registry working that I can start a process by sending a message to a rabbitmq queue. Now I want to check if the keycloak user who sends this message is authorized to start this process. Is there anything like the SpringSecurityFilter Chain I can hook into, or should it be done otherwise?
Thanks for your help
Thomas