We are running a hawt.io application on WildFly. We need user management on that and tried integrating Spring Boot Security directed to my custom login page instead of hawt.io's. The latter works fine but when I click hawtio logout it does not invalidate the session (which is obvious because I was not able to integrate authentication fully).
So I am looking for an approach to integrate hawt.io and Spring Security properly or any other authentication framework which can provide user management with hawt.io (including user roles).