Third Party Application Long Lived Token

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

TPAs can’t create long lived bearer tokens.
You could create a regular user in whatever IdP is connected to the stack and treat that as a service user. In the Tokens part of Settings you can create a personal token which is valid for up to one year (at least that’s the setting on our stack)