Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Newly created role is not considering in EL Expression
Summary:
Hello All,
We are using EL Expression to restrict the My Client groups based on the roles.
Below is the expression for the same.
#{securityContext.userInRole['RR_HRD_DIR_VIEW,RR_HRD_MANAGER_VIEW']}
If user has any of the above two roles, then user could see My Client Groups from his/her login and it is working fine.
Now I created a new role to give access to only HDL to the user and included that role in the already existing EL Expression and assigned it to a user.
Role Name: RR_HDL_ONLY
Updated EL Expression:
#{securityContext.userInRole['RR_HRD_DIR_VIEW,RR_HRD_MANAGER_VIEW,RR_HDL_ONLY']}
0