Skip to main content
AmarapuramMahesh
Level 2
October 22, 2025
Solved

Event Forwarding – Need Approach for Automated Token Renewal

  • October 22, 2025
  • 2 replies
  • 362 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Devyendar

@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

2 replies

Devyendar
DevyendarAccepted solution
Level 6
October 22, 2025

@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

Devyendar
Level 6
October 26, 2025

@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.

AmarapuramMahesh
Level 2
October 27, 2025

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

Devyendar
Level 6
October 29, 2025

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