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?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@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
Views
Replies
Total Likes
@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
Views
Replies
Total Likes
@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.
Views
Replies
Total Likes
@Devyendar , Thanks for the info. I have configured the Oauth and tested. It is working as expected.
Views
Replies
Total Likes
@AmarapuramMahesh thats great. It is good to hear it is working as expected.
Views
Replies
Total Likes