You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
I aim to integrate Keycloak authentication with my Python jobs using service accounts. Some of these jobs can run for over an hour. Access token lifetime will be 5-10 min
What is the correct approach to obtaining a new access token in this case? Is there a built-in solution, or should I implement it manually by checking the token's expiration time and requesting a new one just before the current token expires?
The text was updated successfully, but these errors were encountered:
Hi everyone,
I aim to integrate Keycloak authentication with my Python jobs using service accounts. Some of these jobs can run for over an hour. Access token lifetime will be 5-10 min
What is the correct approach to obtaining a new access token in this case? Is there a built-in solution, or should I implement it manually by checking the token's expiration time and requesting a new one just before the current token expires?
The text was updated successfully, but these errors were encountered: