Forum Discussion

anagai's avatar
anagai
Occasional Contributor
4 years ago
Solved

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 t...
  • anagai's avatar
    anagai
    4 years ago

    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.