I need to make the user keep login in the system if the user's access_token
get expired and user want to keep login. How can I get newly updated access_token
with the use of refresh_token
on Keycloak?
I am using vertx-auth for the auth implementation with Keycloak on vert.x. Is it possible to refresh access_token
with vertx-auth or Keycloak's REST API itself? Or what will be another implementation of this?
2.5.4
and it still requires the client secret for this request. It makes now sense though as to why the client secret will be required if the refresh token is being provided. – Undermanned