1. What’s the idea?
Ensure consistent and enforceable security settings across all Portal items created when publishing a map service with additional capabilities (e.g., Feature, WFS, WMS). Currently, mismatched sharing settings can allow unintended public access to secured data.
2. Why does it matter?
Even if a feature layer item is secured (e.g., shared only with the organization), it can still be accessed via the public map service REST endpoint — creating a false sense of security and potential data exposure.
3. What should change?
Enforce consistent sharing across all related items during publishing.
Prompt users to align visibility settings across capabilities.
Warn when mismatched sharing could lead to unintended access.
Restrict access to secured capabilities through public endpoints unless permissions explicitly allow it.
4. Who benefits?
GIS admins and publishers in ArcGIS Enterprise/Portal — especially those managing secure or public-facing data — by preventing unintentional exposure and improving compliance.
5. How to reproduce the issue?
Publish a map service with Feature Access enabled.
Share the map service item with Everyone.
Keep the feature layer item restricted.
Visit the REST endpoint: the secured feature service is still accessible publicly.