Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to hide users' (and roles and organization) list from a user in OIM

969408Feb 20 2013 — edited Feb 20 2013
Hi,

Admin (xelsysadm) has created a user in OIM. Now if that user is logged in to OIM Self Service (http://<url>/identity), he can see other user in his organization, along with list of roles, role categories, organizations etc. I have requirement to hide all the administration links from end user. Right now, he only has "All Users" role, and doesn't have any admin role, but can see all these administration links. What do I need to do to hide these links from end user? Do need to remove "All Users" role, or assign any other role, or do something in entitlement or in access policy ??

Thanks.
This post has been answered by Karthik Perath on Feb 20 2013
Jump to Answer

Comments

Karthik Perath
Answer
You can write EL condition on visible(or show component property) of the Administration menu item: #{oimcontext.currentUser.roles['SYSTEM ADMINISTRATORS'] != null}

Check this link about writing EL's http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/uicust.htm#BABHBFGH
Marked as Answer by 969408 · Sep 27 2020
969408
Thanks Karthik for you reply. It helped a lot.

Steps, just for reference...
1). Create SandBox
2). Activate
3). Customze and view by source
4). Select your link which you want to hide
5). Edit Visible properties and use #{oimcontext.currentUser.roles['SYSTEM ADMINISTRATORS'] != null}
6). Save
7). Publish
8). Test

Edited by: 966405 on Feb 20, 2013 3:50 PM
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 20 2013
Added on Feb 20 2013
2 comments
406 views