I have followed following link to setup flowable with keycloak authentication - Set up Flowable with OAuth 2.0 and Keycloak | Flowable Enterprise Documentation
I am able to login but when i logout for that user, it gives me 404 not found error.
This is the request url getting hit for logout - http://localhost:8080/flowable-work/auth/logout
any help would be greatly appreciated.