- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
How to restrict access for Users Pictures ( new feature version 7.2)
User Pictures has been introduced in Version 7.2 release. Is there a way to restrict which users can actually upload the pictures and which cant ? I did see that in order to restrict we can grant User:Edit Image, User:Edit Self Image, and User:Edit All Image entitlements to the desired users. However, we do not have these entitlements. Is there any other way to restrict access or disabled this feature ?
Thank you
Hinal
- Tags:
- Community Thread
- Discussion
- Forum Thread
- Identity G&L
- Identity Governance & Lifecycle
- IG&L
- IGL
- RSA Identity
- RSA Identity G&L
- RSA Identity Governance & Lifecycle
- RSA Identity Governance and Lifecycle
- RSA IGL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
This access is auto-granted via a new SecurityContext line:
User,Edit Self Image,EditImage,scope,,,t_master_enterprise_users,id=${id} and deletion_date is null
If you want to disable that access, then you need to add the below line to a custom SecurityContext.csv file and upload it under Admin > User Interface > Files > Security Files.
Note: I haven't tested this myself
SECURE_OBJECT_TYPE,NAME,ACTION,IMPLICIT_HAS_QUERY,IMPLICIT_BS_CHANGE,IMPLICIT_BU_CHANGE,SCOPE_TABLE,SCOPE_FILTER
User,Edit Self Image,EditImage,scope,,,t_master_enterprise_users,1=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you for your response. If I were to add the above listed line to the SecurityContext.csv file will that disabled the access to upload pictures for all users regardless of their access for example: Admin access ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mostafa Helmy do you know the answer to the customer followup question?
