Only show features based on user session

559
1
05-18-2021 11:16 AM
tigerwoulds
Occasional Contributor III

We have a public facing app for the public to drop points and draw lines. The Feature Services they are editing are public facing. I'm looking for a way to only show points and lines in the map that are created by the user accessing the application at that time. 

For example, user A goes to the map and creates 3 points. User B then goes to the map and does not see any points till he creates their own. Is something like this possible? We are running Enterprise 1061 and can use web appbuilder dev edition. thanks!

0 Kudos
1 Reply
RyanUthoff
Occasional Contributor III

You might be able to use an SOI, but they go way above my head. I've never actually worked with them before.

https://enterprise.arcgis.com/en/server/latest/develop/linux/about-extending-services.htm

"Layer-level access control for map services—ArcGIS Server only supports service-level data access; either a user has full access to all service data or the user has no access. A series of SOIs can be implemented to filter access to specific layers or even filter data within a layer based on the user's role."

0 Kudos