I have created an automation using Make (Integromat) that connects to my ArcGIS Enterprise sever using oAuth. The problem that I am finding is that every few weeks I have to reauthorize the connection. This proves to be problematic as the intent is for this automation to be... automatic!
Is there a reason I would have to keep reauthorizing? Or, is there a way I should have it set up so that this doesn't keep happening?
same here but i think is an security feature thing 😎
It seems that the oAuth token times out after 2 weeks of inactivity. What I did was write a python script that sends an HTTP request to a webhook to keep the oAuth connection alive. I scheduled the python script to run once a day. So far so good.