gabriel-farache opened a new issue, #1896: URL: https://github.com/apache/incubator-kie-issues/issues/1896
Once the access token is exchanged, the OAuth2 server will return the refresh token. The system can save this token in the primary near cache (see "[Cache Exchanged Access and Refresh Tokens](https://docs.google.com/document/d/1N93q1Kwjja3YCE38s4MMXRIRq_FOucvpZIUgS7MUOqk/edit#heading=h.7ce8nscuz4xi)"). Once a new request comes (or a callback task is resumed), if the current exchanged access token is expired (see "[Check for JWT Token Expiration](https://docs.google.com/document/d/1N93q1Kwjja3YCE38s4MMXRIRq_FOucvpZIUgS7MUOqk/edit#heading=h.h796dgdfdg37)"), the system should refresh the access token. By refreshing the access token, the system can replace the near cache with the new access token to request the target service. Quarkus OIDC Client already supports Refresh Token calls. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
