Posting this question on behalf of a customer.
Currently we have a scenario where users might login via OAuth and get an access token using an API Key and then make a transaction request using a different API Key but the same access token.
This call is failing because the access token does not match the API Key used to generate the access token.
Is there any way to enable usage of access tokens across API Keys?
---SF923057---