A private application is an application that requires users to sign in with an ArcGIS account
The access tokens used in a private application contain all of the capabilities of the signed-in user's ArcGIS account. This includes their privileges
Private applications are commonly built by ArcGIS Online or ArcGIS Enterprise developers for members of an organization
- A low/no-code application that is shared to an organization.
- An item browser for an organization that requires sign-in to view.
- A script that performs spatial analysis
Spatial analysis services are services that perform geometry and statistical analyses on feature and raster data. that requires sign-in to use.
Related
Also known as
- private app
Related terms
- arcgis user
An ArcGIS user is a user who has an ArcGIS account and uses it to access an ArcGIS application, custom ArcGIS application, or a resource in an ArcGIS portal. - user authentication
User authentication is a type of authentication that allows users with an ArcGIS account to sign into an application and allow it to access ArcGIS content, services, and resources on their behalf. The typical authorization protocol used is OAuth2.0. - public application
A public application is an application that allows anonymous access without requiring users to sign in with an ArcGIS account. It supports API key or app authentication.