Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

JWT token refresh automatize in Alteryx?

Developers may discuss here
Post Reply
pavanznmd
Posts: 1
Joined: 2022-09-08 10:50

JWT token refresh automatize in Alteryx?

Post by pavanznmd »

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.
Post Reply