OAuth2

The OAuth2 tab shows settings for the OAuth2 (Open Authorization) standard.
OAuth enables login via Azure Active Directory. The components used support OAuth2, however, in addition to the components, it is also necessary that the application "registers" with the AD user (and obtains its client key).
The use of OAuth2 is confirmed by entering the relevant data into the fields.
The tab can be accessed from the menu Settings | Program | Administration Panel by clicking the panel Settings | Internet and then the tab OAuth2.
 |
HINT
The labels in brackets next to the settings fields indicate the level on which setting applies:
- (c) – Company-level setting.
- (u) – User-level setting.
- (m) – Workstation-level setting.
|

Auth URL
|
Enter the Auth web address (URL).
|
Token URL
|
Enter the web address (URL) of the token.
|
Redirect URL
|
Enter the redirect URI or URL of the response. This refers to the location to which the authorization server redirects the user when the application has been successfully authorized and has been assigned an authorization code or access token.
|
Client ID
|
Enter the client ID. This is an application-related ID that helps authenticate the client/server OAuth 2.0 for ArcGIS client APIs. Developers create the Client ID by defining the application in their developer dashboard.
For more information, see https://www.oauth.com/oauth2-servers/client-registration/client-id-secret/.
|
Client token
|
Enter the name of the customer token.
|
Scope
|
Enter the range or permission set on the token in the field. This is the context in which this token can operate. For more information, see https://oauth.net/2/scope/.
|
State
|
The OAuth 2.0 state parameter is a unique, randomly generated, unguessable string sent when the authentication request is sent and checked when the response is processed.
|