Hi Team,
An integration object is created with OAuth 2.0 authentication, every time the connected system is authenticated, then the integration works for 1hour and after that the integration fails. Please let me know if anyone faced similar issue and how to resolve this.
Discussion posts and replies are publicly visible
How about calling a get access token integration object and writing the access token to a table. When running the above integration you get the latest row from the access token table. If the integration fails then get a new token, write to the db and query the table? See example below:
Because Appian would manage that automatically.
https://docs.appian.com/suite/help/23.4/oauth_client_credentials.html#access-token-expiration
But implementations and configurations vary .... talk to the teams developing the APIs and managing the access management systems.
It's fixed, issue was from the API team.