Limitations
Some features of map service, feature service, and Web Map Service (WMS) are not fully supported by security.manager NEXT. This depends on the service type and/or the permission type used (layer access, feature restrictions, field restrictions, and spatial restrictions). All known limitations caused by security.manager NEXT for map service, feature service, and web map server are listed here.
General limitations
-
Hosted services are not supported.
-
Tiled services are not supported.
-
Shared instances are supported for ArcGIS Server 10.8.1 and later, only.
-
Access is only possible via REST, SOAP access is blocked.
Map Services
-
Access to tiles from cached map services cannot be controlled by SOI and is therefore not subject to any restrictions.
-
Requests containing Dynamic Layers
-
Layer-based permissions (layer access, feature restrictions, field restrictions and spatial restrictions) are only enforced for dynamic map layers. Access to dynamic data layers is always denied without restriction.
-
-
Field Restrictions
-
HTML Popup requests are blocked.
-
-
Spatial Restrictions
-
Spatial restrictions do not work, if a layer that contains curve geometries is queried with the option
returnTrueCurves = true
-
queryRelatedRecords requests are blocked, if spatial restrictions are defined
-
When using the parameter
historicMoment
, spatial restrictions affect the geometry of a feature that it has at the specific timestamp of thehistoricMoment
. Features that are be filtered by a spatial restriction can possibly be queried using the parameterhistoricMoment
, if their current geometry differs from the one at thehistoricMoment
.
-
-
Feature Restrictions: When using the parameter
historicMoment
, feature restrictions affect the attribute values of a feature that it has at the specific timestamp of thehistoricMoment
. Features that are filtered by a valid feature restriction can possibly be queried successfully using the parameterhistoricMoment
, if their current attribute values differ from those at thehistoricMoment
. -
Query Layer: Query layers published via ArcGIS Pro are not supported and should not be protected and accessed by security.manager NEXT. This includes the following parameters in operations
export
,identify
,find
andquery
:-
mapRangeValues
-
layerRangeValues
-
layerParameterValues
-
rangeValues
-
parameterValuesQuery
-
Feature Services
-
The createReplica operation is only supported to an extent necessary to allow data synchronization with Collector for ArcGIS.
-
The extractChanges operation is always blocked, even if the ArcGIS feature service supports it.
-
Adding, updating and deleting feature attachments with ArcMap is not possible.
-
Object Filter: When using the parameter
historicMoment
, object filters affect the attribute values of a feature that it has at the specific timestamp of thehistoricMoment
. Features that are filtered by a valid object filter can possibly be queried successfully using thehistoricMoment
parameter, if their current attribute values differ from those at thehistoricMoment
. -
The applyEdits operation with "splits" is not supported.
-
Features of a feature service with
useGlobalIds = true
, cannot be deleted in ArcGIS Pro -
Validation layers ("validationSystemLayers") are not supported.
-
Topology layers published together with Feature Layers are not supported.
-
The operations queryDataElements and queryContingentValues are not supported.
-
Utility Network Layers cannot be protected by a SOI and are handled as regular feature service, because ArcGIS Pro does not support services containing Utility Network Layers with the option
disableCaching
set totrue
.
Web Map Services
-
The return values of the
GetLegendGraphics
andGetStyles
operation cannot be restricted. -
For
GetFeatureInfo
requests, restrictions of typefield
cannot be enforced. Respective requests will be denied when a field restriction is set. -
When using group layers, only sub-layers can be constrained. The capabilities document lists parent layers even if either direct access to them has been restricted or access to all sub-layers has been restricted.
-
Tiled Web Map Services (WMTS) are not supported.