keycloak 17 - offline token expiry times are dependent on session
Due to a bug in keycloak 17, offline token required a session to be in the cache otherwise you will get unauthorize exception.
I confirm that on the code level and then we have reported issue here as well.
https://github.com/keycloak/keycloak/issues/9299
A workaround would be to have a long running session - unfortunately. How long? That will depends on your use-case.
Comments