Skip to Main Content

Java Security

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle Sales Cloud - Disabling a Menu Item using EL for a Proxy User

user-thd97Aug 8 2023

Hi,

I'm trying to disable a menu item if the user is a proxy in OSC. In the EL Builder for the Menu Item, I am using this:

#{!fndGlobal.isImpersonating()} or #{!securityContext.isImpersonating}

When I validate, it is good. However, when I publish and login as a Proxy, the menu item is still enabled.

Is there another object/property that returns or determines if the user is a proxy?

Thanks!

Arnold

Comments

Post Details

Added on Aug 8 2023
0 comments
254 views