In OAM, is this possible to achieve URL redirection after successful Authorization based on User's R
We have a scenario in which we are protecting an application's resource (/OamPortal-Portal-context-root/faces/oracle/webcenter/portalapp/pages) in OAM.
The requirement is to redirect user to different pages based on his Role. Say User1 has Role A, User2 has Role B & so on. So after successful Authentication & Authorization User1 should be redirected to /OamPortal-Portal-context-root/faces/oracle/webcenter/portalapp/pages/Home1.jsp, User2 should be redirected to /OamPortal-Portal-context-root/faces/oracle/webcenter/portalapp/pages/Home2.jsp & so on.
In OAM, is this possible to achieve URL redirection after successful Authorization based on User's Role?
0