Skip to main content
June 13, 2023
Solved

Call data from a feature layer of ArcGIS online (just the data table) to APPIAN,

  • June 13, 2023
  • 2 replies
  • 0 views
i want to call data from a feature layer of ArcGIS online (just the data table) to APPIAN,
Fist I have created the OAuth 2.0 Credentials in ArcGIS for developers, then I'm trying to create a connected system in APPIAN to call that data, this are the parameter i have added:
  • Authentication: OAuth 2.0 Authorization code grant
  • Authorization Endpoint: www.arcgis.com/.../authorize
  • Client ID: X6nKvzhPa57iYtDy
  • Client Secret: ••••••••••••••••••••••••••••••••
  • Token Request Endpoint: www.arcgis.com/.../
i test the connected system, but show me this error (image bellow)
Help please.......
Best answer by mathieud0001

Did you try client credentials grant instead of code grant?

[View:https://docs.appian.com/suite/help/23.2/oauth_client_credentials.html]

2 replies

mathieud0001
June 13, 2023

Did you try client credentials grant instead of code grant?

[View:https://docs.appian.com/suite/help/23.2/oauth_client_credentials.html]

June 14, 2023

Are you sure that you configured the callback URL correctly while registering with resource?