I noticed that when I use an app login (with client ID and secret), there are some limitations, as compared to a user login. Where can I find documentation of these limitations?
Examples:
Solved! Go to Solution.
Hi,
These are documented here - https://developers.arcgis.com/documentation/mapping-apis-and-services/security/application-credentia...
Do you also know if there are restrictions on accessing FeatureServices by an AppID? I published a featureservice from an Enterprise geodatabase to our portal, but can only query it when I use a token created for a user, not for an app. (The response is "Invalid Token"). The app and the FeatureService have the same owner.
I also noticed that it is possible for an app to access hosted featurelayers on arcgis.com, so it looks like there are some differences there.