Keycloak Refresh Token Error #1302
Closed
danielcornwell615
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Curious if anyone else has dealt with this issue, what it would affect and possible fix actions.
Receiving continuous REFRESH_TOKEN_ERROR in my Keycloak container logs. Application still seems to be functioning.
2024-06-05 07:22:56,270 WARN [org.keycloak.events] (executor-thread-13) type=REFRESH_TOKEN_ERROR, realmId=stigman, clientId=stig-manager, userId=null, ipAddress=XXX.XXX.1.154, error=invalid_token, grant_type=refresh_token, client_auth_method=client-secret
2024-06-05 07:25:57,240 WARN [org.keycloak.events] (executor-thread-14) type=REFRESH_TOKEN_ERROR, realmId=stigman, clientId=stig-manager, userId=null, ipAddress=XXX.XXX.1.150, error=invalid_token, grant_type=refresh_token, client_auth_method=client-secret
Using image from https://hub.docker.com/r/nuwcdivnpt/stig-manager-auth and NGINX for TLS termination with self-signed certs for https
Beta Was this translation helpful? Give feedback.
All reactions