Problem Statement: Our application is installed on end user machine and having offline JWT token containing access token & refresh token. Now access token is sent to API server as bearer token and when access token is expired, which is not refreshed by keycloak java adapter automatically (ofcourse as it doesn't have refresh token). We can't do refresh on the client side as it's not confidential.Question: How can backend (like keycloak java adapter) do the refresh in case of bearer token ?
--
You received this message because you are subscribed to the Google Groups "Keycloak User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keycloak-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/2c3142e8-980e-48a9-9bcb-3f9bee4f872fn%40googlegroups.com.