anagai
5 years agoOccasional Contributor
Not automatically refreshing authorization access token
I have a test that retrieves authorization access token and I set it to automatically refresh after 1 second. Meaning I want it to to get access token for every time it is run. It is not refreshing the token. I just see an error sign saying token has expired. It is not auto refreshing. What is going on?
To clarify, would be great if this auto token refresh feature worked when using the 'Client Credentials Grant' method of getting the token.
I can make an step that gets access token from our authorization server and put into a testsuite custom property. All the request steps will then use this token for their Authorization headers. This is alot simpler.