Streaming API - token authorization
If I check the box that I want to use authetication in the Streaming API then what is the best practice:
- generate token every time
- replace token manually (it expires ex. 90 days?)
If I check the box that I want to use authetication in the Streaming API then what is the best practice:
Hi
When you enable authentication on an Adobe Experience Platform Streaming (HTTP API) connection, the expected pattern is:
automate token generation and rotation in your producer service, reuse each token for its 24‑hour lifetime, and refresh it automatically, while always sending Authorization: Bearer {ACCESS_TOKEN} on the authenticated streaming endpoint. https://experienceleague.adobe.com/en/docs/experience-platform/ingestion/streaming/overview https://experienceleague.adobe.com/en/docs/experience-platform/ingestion/tutorials/create-authenticated-streaming-connection
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.