As I understand it, a token is renewed when it is expired.
We can have the following scenario :
OAuth Client calls a REST Service (accessToken is not expired - but quite)
REST Service receives the call and when validating the accessToken, the token has expired.
Could we implement an expiration tolerance (i.e. client-side), meaning the client will refresh the token a few moments (configurable) before its expiry ?
Hello,
As I understand it, a token is renewed when it is expired.
We can have the following scenario :
Could we implement an expiration tolerance (i.e. client-side), meaning the client will refresh the token a few moments (configurable) before its expiry ?