An authorization code is a string that is used to request an access tokenauthorization grant type.
Authorization codes are obtained from the authorization endpointresponse parameter set to code. The request will render a "Sign in with ArcGIS" page that prompts application users to sign in with an ArcGIS accountcallback.
Related terms
- 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. - authorization endpoint
An authorization endpoint is an ArcGIS portal service endpoint that can be queried to request an authorization code. It is used to implement user authentication OAuth2.0 flows. - token endpoint
An token endpoint is an endpoint of a portal service that can be queried to request an access token. It is used to implement user authentication OAuth2.0 flows.