Configuration of App state manager

This page show configuration options of the app state manager except security configuration.

Service url

In the application.properties you can define the service url for save state service.

savestate.service.url=http://yourserver:port/savestate/resources/appstates

ArcGIS Portal app states

To manage app states of private or group-protected app states created with ArcGIS Portal authentication in the map.apps Manager, use the map.apps SDI app sdi_savestate-manager-portal-auth.

Admin role

Registered users have certain user roles assigned. You can define one role that is interpreted as the administrator role. Administrative users have full access to all app states, i.e. they can create, view, edit, and delete any app state, independently of the permissions that are assigned to it.

The default role for administrative users is maAdmin. So if the user has the maAdmin role, she is considered an administrator. You can change this by setting the following property in the application.properties file:

savestate.admin.role=maAdmin