Expand my Community achievements bar.

best practice recommendation to avoid manual re-update of token in source connection?

Avatar

Level 2

oneTrust token expires within a year in source connection. has anyone tried any automation to pull the new token from OT and update it using AEP API(or other way) to AEP, so that no one has to do it manually if the frequency of token expiry is year or less ? Are there any best practice recommendation to avoid manual re-update of token in source connection?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

5 Replies

Avatar

Community Advisor

Hi @Pradeep-Jaiswal ,

You can update a connection using the AEP's Flow Service API.

Cheers!

But what are the best practices to schedule the api call? Corn job on server or use any other utilities? Does AEP app builder provider scheduling options? My question was more about scheduling than the actual API name

Avatar

Community Advisor

Hi @Pradeep-Jaiswal ,

You can use either cloud based or on-premise solution where you can host the cron job. About Adobe App Builder I'm not sure as I haven't used it for such purpose but I believe this documentation talks about what you need - https://developer.adobe.com/app-builder/docs/resources/cron-jobs/

Cheers!

How come adobe doesnt have any recommended documented for renewing the token ? Is there a way to extend the expiry of token instead of calling after every 24hr ?

Avatar

Administrator

@Pradeep-Jaiswal Did you find the suggestion helpful? Please let us know if you need more information. If a response worked, kindly mark it as correct for posterity; alternatively, if you found a solution yourself, we’d appreciate it if you could share it with the community. Thank you!



Kautuk Sahni