Hello,
I am working with a client that is using a third party application however they don’t want to use the OAuth2.0 endpoint for generating temporary tokens. They instead want a long lived token. They are going to be using this long lived bearer token to directly hit query APIS.
I’m assuming I need to login to their instance as the TPA so that I can generate that token because going through the developer console and creating the token doesn’t allow for hitting the APIs.
Can someone help in how to do this?
Thanks in advance,
Paul Burns