Hello all,
I am trying to write a stand alone python script that accesses a REST API feature service using ArcGIS Python for API. The service is sitting in a portal of my organisation.
When using ArcGIS pro, I am supposed to use a Single Sign On system for an authentication to access the service that means I do not have a built-in account for the portal to use in the script.
I may be wrong but I understand that I need to configure a proxy server in the script by providing my own login credential to a proxy server.
But I am new to Python API, I don't know an appropriate way to achieve this.
Much appreciated if anyone could tell me some solutions.