ArcGIS Enterprise Portal #154
Unanswered
roimartins
asked this question in
Q&A
Replies: 1 comment 22 replies
-
|
Thanks, @roimartins. I will work on removing that link from the README. Please see this article: https://r.esri.com/r-bridge-site/location-services/connecting-to-a-portal.html Per the doc, the recommendation is to use |
Beta Was this translation helpful? Give feedback.
22 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thanks for the package creation . this will provide capabilities to promote ArcGIS Enterprise as a spatial data server for any data science solution and not only linked to users with an ArcGIS Pro installation ( as happens with arcgisbinding) .
At the moment I managed to obtain n httr2 token using auth_user() fuinction with my built-in Portal user with user name and password. However this token is not working when used with with arc_open() function:
Then I tried to use the other authentication methods with my user with OAuth approach but I didnt find the instructions to follow this approach up . Unfortunaley in the README file this link looks it is broken : see the
{arcgislayers}authorization article.I have tried with auth_client() function but this requires a ArcGIS Developer accoutn linked to the AGOL. However, it is not possible to link ArcGIS Developer account to an ArcGIS Enterprise Portal , only gives the option to use a AGOL URL .
Unfortunately , so far the only method to connect to not public layers in AGOL / AGE is arcgisbinding , with the limitation above mentioned.
Beta Was this translation helpful? Give feedback.
All reactions