WCPortal - Security Question
Hi All,
I am implementing a webcenter portal (11.1.1.5) where I require the entire portal to be accessible only to authenticated user. That is, unlike the default generated by JDeveloper, I don't want the user to be able to see the home page (with the login widget enabled).
To do this, I edited the page hierarchy and changed the security on Home to "Delegate Security" and removed View privilege from "anonymous-role". Now, when the user attempts to browse to "<context>/faces/oracle/webcenter/portalapp/pages/home.jspx" redirects to the login page correctly. The issue is when the user attempts to access "<context>/faces/pages_home". This results in a 404 error.
Any clues on how to make this work correctly?