Expand my Community achievements bar.

SOLVED

Event Forwarding – Need Approach for Automated Token Renewal

Avatar

Level 2

I am using event forwarding to send data to the XYZ destination. For this, I have configured the required property, added it to the data stream, and tested the setup—it is working as expected. The endpoint URL is authenticated. Currently, I have generated the authentication token using Postman and stored it in the secrets, but this token expires every 24 hours. Is there a way to automatically generate a new token every 24 hours (or less) and update the secret with the latest token value?

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 6

@AmarapuramMahesh that's great, Use OAuth 2 with clientid and secret, you can set t

e token refresh interval (24 hours in seconds). Follow detailed documentation here,

https://experienceleague.adobe.com/en/docs/experience-platform/tags/event-forwarding/secrets

View solution in original post

4 Replies

Avatar

Correct answer by
Level 6

@AmarapuramMahesh that's great, Use OAuth 2 with clientid and secret, you can set t

e token refresh interval (24 hours in seconds). Follow detailed documentation here,

https://experienceleague.adobe.com/en/docs/experience-platform/tags/event-forwarding/secrets

Avatar

Level 6

@AmarapuramMahesh I hope my response to your question was helpful, please mark it as "Correct Answer" so it can help other community members as well.

Avatar

Level 2

@Devyendar , Thanks for the info. I have configured the Oauth and tested. It is working as expected.

Avatar

Level 6

@AmarapuramMahesh thats great. It is good to hear it is working as expected.