Forms and reports firewall access control
Hi,
I have installed Oracle application server 10g R2, forms and reports standalone. The server will host multiple applications. The security administrator requires that there is some kind of firewall access control over who has access to individual application. In theory this can be done with different ip address for each application, different port, by using proxy, filtering the url... For us any solution is acceptable.
What will prevent the following scenario: there are let’s say 2 applications:
http://app1.com:7778/forms/frmservlet?config=app1
http://app2.com:7779/forms/frmservlet?config=app2
Let’s say that the user with access to app2 is allowed only to 7779. But if the user tries the following url:
http://app2.com:7779/forms/frmservlet?config=_app1_
he will gain access to app1. As far as I am aware, there is no port control on the level of forms server, only on http server.
Regards,
Vasko