Can access tokens be reused for the same OAuth client

If I have a client that requests an access token (using client_credentials grant type) and then makes another request to get an access token before the first access token expires, is it possible to have the original access token returned or is a new access token generated (which would then count against any access token quotas)?

Thanks in advance!

Hi @seamuskc

When requesting an access token from the authorization server, the token will contain an expiration date based on the timestamp of the issuing. As such, Okta can not respond with a token issued previously.

That’s kind of what I figured…thanks for the reply!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.