Make(Integromat) - oAuth connection to Portal requires frequent reauthorization

277
2
08-16-2022 05:42 AM
AndrewBowne
Occasional Contributor III

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?

2 Replies
GIS-KoordinatorLandkreis_Spree
New Contributor III

same here but i think is an security feature thing  😎

0 Kudos
AndrewBowne
Occasional Contributor III

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.

0 Kudos