✅Resolved: Authentication Issue with ArcGIS Connector (Release 2026.2)

15300
99
06-03-2026 01:38 PM
AkshayHarshe
Esri Regular Contributor
7 99 15.3K

With the 2026.2 release, we introduced API Key Authentication to the ArcGIS Connector. Following this update, we are observing an issue where existing authentications appear as “connected” but shows errors in existing flows.

During pre-release validation, we worked closely with Microsoft and did not encounter this behavior in our QA connectors existing flows with older connections continued to function as expected even after the change in authentication. At this time, it is unclear to us why connection tokens associated with existing connections are expiring or becoming invalid. Unfortunately, this is out of our control to troubleshoot as Power Automate maintains all connections. We have engaged Microsoft and scheduled a meeting to investigate this further. We will provide updates as soon as more information becomes available.

Additionally, we’ve noticed that in affected connections, options such as Reconnect or Switch Account are not available, which limits recovery for existing connection.

***

Change : The Following pathway is not available until MS rolls out the 2026.2 version with the fix.

In the meantime, the following steps can help restore functionality. This process can be time-consuming if you have many flows:

  1. Open any flow that is not working.
  2. Select an ArcGIS action.
  3. Click Change connection on the left pane.
  4. Click Add New.
  5. Choose ArcGIS Online User Credentials in the dropdown and provide a meaningful connection name.
  6. Sign in to your ArcGIS Organization.
  7. Update all ArcGIS actions and triggers to use the newly created connection.
  8. If other flows are using the same connection, update those as well and save each flow.
  9. For Triggers/Webhooks, verify that the webhook is active and functioning on your Feature Service.

We understand this is disruptive and appreciate your patience. Apologies for the inconvenience, and thank you for your understanding.

***

Update 1 June 9

It appears that Microsoft tried reverting the recent release back to 2026.1 to minimize impact. It is frustrating to say the least, that this is not something we asked for to happen as many of you have already created new connections with (new) multi-authentication and updated your flows. Last night none of my flows were working. As of this morning they have provided a fix that I am testing. I will update everyone after I have additional information. Thank you for your patience.

***

UPDATE Jun 10 4:15PM

Since Microsoft rolled back the connector to the previous version, most existing connections are no longer working unless you create a new one (again). We’ve completed testing their latest updates, which include:

  • Support for both Single Authentication (old method) and Multi-Auth (new dropdown-based connections), covering both existing and new connections
  • A fix for the UI issue with connection status

From what we understand, this update should begin rolling out in a few hours.

Unfortunately, all testing is done using a temporary custom connector they provide, which is only deployed to Microsoft production after validation. This means we can’t test the actual production ArcGIS connector directly. That said, I’m optimistic this will resolve the connection issues, or at least provide a Reconnect option when tokens expire.

We have multiple scenarios currently running on production connectors and will review those results later today. Realistically, some of you may notice the changes before we do.

***

Update June 12 Noon

Update with the fix is rolled out to following regions according to Microsoft: France, Brazil, India, Korea, Norway, Switzerland, Canada, Australia, Asia, Germany and South Africa. You should see the new authentication type and 2026.2 version.

***

How do you know you are looking at 2026.2?

  • Create a new flow with a manual trigger.
  • Add Convert date and time format action.
  • Use formula to add `utcNow()` 
  • Run the flow
  • In the run click on the Convert date and time format action then select Show raw outputs
  • In the headers section you should see the arcgis_connector_version
    AkshayHarshe_0-1781205919682.png
    Alternatively, you click create new connection it should give you a dropdown to choose between User login and API Key.

***

June 14th Morning

The fix is rolled out to the US from Microsoft, please confirm you are on version 2026.2.

Microsoft confirmed that the Fix with the update has been rolled out to the US this morning (Sunday June 14, 2026). I was able to test multiple scenarios. Here is a summary of my testing and cases with screenshots on how I was able to fix any issues I experienced. I will keep monitoring my flows for any errors.

Connections created

Comment

If working

If they are broken

Pre June 3 before any issues stated, Version 2026.1 or older

By stroke of luck if you did not touch any connections these should re-authenticate with no issues. For possible issues and fixes refer CASE 1, 2, & 3

Should continue to work

Try not to reconnect at first, instead try this:

  1. Edit the flow that is failing the flow should fix any errors, then exit the flow without saving.
  2. If 1 doesn’t work then try changing connection back and forth on actions that are in error state.
  3. Try reconnecting existing connection or Switch accounts

Using the workaround posted above   (between June 3-9) These connections created using the new Multi-Authentication in 2026.2 before Microsoft roll-back on June 8-9

These connections authenticated through both OAuth2 and API Key Should automatically start working. Refer Case 4

Check when the start working

Try editing the flow (don't make changes) Save. They should start working

After the roll-back (2026.1)

These are essentially same as the last release if you created them after the roll back (between June 9 - 14ish) and only saw single-auth to connection

These should continue to work. Refer CASE 1-3.

Lucky

Try reconnecting or switching account, They should show the sign-in dialog

Case 1

Old connection Pre June 3rd that I reconnected after the roll-back (after June 9). The flow is working as expected but when I edit the flow I see this it is in the error state

AkshayHarshe_0-1781535981831.png

AkshayHarshe_1-1781535595473.png

FIX

  1. Open the flow.
  2. Open the action with error
  3. Click change connection
  4. Select a different connection
  5. Re-select the original connection.
  6. Save the flow

CASE 2

The Flow was failing with a time out error for no real reason. This is using the connection created after roll-back on June 9 (2026.1)

Open the flow in Edit mode to show no errors then closed the flow without saving fixed this issue. If this doesn't work try saving.

AkshayHarshe_2-1781535621686.pngAkshayHarshe_3-1781535657160.png

 

CASE 3

If you see your connection is still connected but when using it in a flow throws following error.

AkshayHarshe_4-1781535681219.png

OR

AkshayHarshe_5-1781535713140.png

FIX

  1. Make sure you are not logged in to ArcGIS Online in another tab (so the reconnecting won't pick up the log-in details from local storage without asking you to log in), if in doubt use a incognito window to log into Power Automate.
  2. Open Connections dialog
  3. To find the connection associated with a flow click on 3 dots in front of the connection and click View Properties
  4. Check the flow(s) using that connection and confirm it includes the flow you are fixing
  5. Click Reconnect should open sign in dialog
  6. If you don't see Reconnect active choose Switch account.

CASE 4

This connection created using the workaround in this post with 2026.2 multi-auth update before Microsoft rolled it back. (between June 3 - 9)

Both Connections created using connection type OAuth2 and API key started working automatically with no intervention at around 8:20AM EST on Sunday, June 14th

  • Flow started working automagically and you don't have to do anything else
  • If the connection failed then try fixes in Case 1-3 with reconnecting being the last

Find out when they started working

  1. Open the flow
  2. Under run history  click All Runs
  3. Filter only failed runs using the dropdown on the top right corner.
  4. See all the runs that failed.

See example below

AkshayHarshe_6-1781535744074.pngAkshayHarshe_7-1781535761872.png

 

I hope this helps. Please let me know if you are experiencing other issues that are not fixable. 

Thank you everyone for their patience. 

99 Comments
Contributors
About the Author
I am a GIS professional working with ESRI since 2013. I have a passion for location-enabled services how it is important in today's analytics of the data-driven world. I am privileged to work as a Product Engineer on the ArcGIS Insights team where I get to materialize my passion and build a product that is driven by cutting-edge technology in this industry. When I am not doing GIS you will mostly find me taking photos and talking about photography.