How to refresh JWT token and access token "programmatically" | Adobe Higher Education
Skip to main content
January 16, 2023
解決済み

How to refresh JWT token and access token "programmatically"

  • January 16, 2023
  • 2 の返信
  • 1888 ビュー

Hi All,

We are using JWT acces token to call Adobe I/O for Analytics. Since access token expires after 24 hours, currently we have to manually generate it.
Can you please suggest how the token can be refreshed "programmatically".

このトピックへの返信は締め切られました。
ベストアンサー FarazHusain

Hey @kumar1, you can check this thread - https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/generating-jwt-for-target-api/m-p/317995#M1641; there is a Python code shared here. This might help. 

 

2 の返信

FarazHusain
Adobe Employee
Adobe Employee
January 18, 2023

Hey @kumar1, you can check this thread - https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/generating-jwt-for-target-api/m-p/317995#M1641; there is a Python code shared here. This might help. 

 

Level 2
February 4, 2023

Hi @kumar1
I'm facing the same issue currently, and I did all the steps per the documentation here: https://experienceleague.adobe.com/docs/experience-platform/tags/api/getting-started.html?lang=en#:~:text=Generate%20access%20tokens%20programmatically 
but the API call returns 503: Service Unavailable! 
Did you manage to solve it?