JWT token refresh automatize in Alteryx?



  • I have a workflow in Alteryx where I pull some data from Adobe Analytics through a JSON request, but I also have some authentication credentials such as url, client id, client secret and jwt token. The problem is I have to refresh this workflow every single day and I would prefer to schedule it on Alteryx server but I have to manually change the jwt token every day in order for the workflow to run (security reasons I think). Is there any way I could automatically refresh the JWT token daily too? The token is taken from Adobe Developer Console by using a private key.



  • according to the docs, you build the JWT yourself via the creds and cert given to you by adobe.

    samples are also linked in the docs.


Anmelden zum Antworten