The authorization endpoint is an endpoint of the portal serviceauthorization_code grant type.
The authorization endpoint can also be used to directly request an access tokenimplicit OAuth2.0 grant type, which is not recommended due to security vulnerabilities.
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 code
An authorization code is a string that is used to obtain an access token associated with a user account. It is required in user authentication flows that adhere to the OAuth2.0 authorization_codegrant type. - 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. - portal service
A portal service provides the functionality to securely create, access, and manage content, data services, users, and groups in a portal. The service can be hosted by Esri or in ArcGIS Enterprise.