I've setup a project in which I use Spring Cloud Gateway with oauth2 with authorization code flow functionalities and Keycloak as authorization server. The problem is that refresh token functionality is not working (I'm expecting it should be renewed once expired but this is not happening). I've read about this article https://github.com/jhipster/generator-jhipster/issues/15069 but I can't understand how to integrate it in my project. Can someone please clarify what I have to do in order to make it work properly?
Asked
Active
Viewed 523 times