ArcGIS Online

With the help of con terra Technologies Identity Service, service.monitor can delegate the authentication of persons to ArcGIS Online. This means that they can log in to service.monitor with their ArcGIS Online account. Their ArcGIS Online group and ArcGIS Online roles are translated into roles for service.monitor.

Establishing a connection between service.monitor and ArcGIS Online

The connection of service.monitor with ArcGIS Online takes place in two steps.

Step 1: Install and configure the Identity Service

In this step, you install and configure the Identity Service as a separate web application. To do this, follow these steps from the Identity Service documentation:

  1. Install the Identity Service.

  2. Connect the Identity Service with ArcGIS Online.

  3. Configure map.apps as a trusted service in the Identity Service.

  4. Configure your organisation’s services in ArcGIS Online as trusted services in the Identity Service.

Step 2: Configure service.monitor

To activate the delegation of the login, set the following parameters in the configuration:

Example configuration
security.mode=IDENTITY
security.login.base=https://www.example.com/identity
security.identity.logout.returnURL=https://www.example.com/monitor
security.mode

The value IDENTITY specifies that authentication is to be delegated via the Identity Service.

security.login.base

Base URL of the Identity Service.

security.identity.logout.returnURL

URL to which the application should jump after a logout.