
MekalaSubramani (Customer) to rsaSFDCadmin (RSA): asked a question.
Regenerate authentication token
Hi,
I am using a REST API call to collect user information. Endpoint has token
expiration set for 5 minutes and due to call volume, current connection fails.
Can you suggest a method to regenerate the token after this 5 minutes?

Increasing Response timeout value didn't work.
I am using a REST API call to collect user information. Endpoint has token
expiration set for 5 minutes and due to call volume, current connection fails.
Can you suggest a method to regenerate the token after this 5 minutes?

Increasing Response timeout value didn't work.
I am assuming you are using _ **Get Token from URL**_ option in your
collector. If not, there is nothing we can do about _**expired** _static
token.
The token expiration is governed by the target application. IF using the _
**Get Token from URL**_ option, the collector will call the token URL every
time it runs to acquire a new token.
Response timeout is irrelevant to this discussion, since that just states how
long a get token request will time out.