When a web application developed using ADF, is protected using OAM (Oracle Access Manager). Whenever a web resource is protected using OAM, the following process is excuted. OAM PROCESS : When an user first tries to access a protected resource, WebGate will detect weather the resource is protected, if the resource is protected the user is redirected to the OAM Server to login. The WebGate stores some information about the user's request, generates a cookie as a key to this context. Then it sends an HTTP response with this cookie a…
Use Case: An ADF application developed with Jdeveloper 11g consist of .jspx pages. we want to invoke this page inside an iframe. ERROR : When we try invoke the .jspx page inside an iframe, it gives an error as follows, #### Unable to load content in a frame. Frame content will load at the top level. Explanation : we use the oracle.adf.view.rich.security.FRAME_BUSTING context parameter to use framebusting in our application. Framebusting is a way to prevent clickjacking, which occurs when a malicious web site tries to invoke a page or…