How to capture HTTP Heade from Oracle Forms using JavaBean ?
We are running stand alone Oracle Forms and Reports 10.1.2.0.2. We can not use the Oracle SSO and OID solution becuase SSO requires that OID should be in sync with 3rd party OID and our company does not want same information all over the place and also due to security risks. We are left with getting HTTP header using Java Bean.
Here are the details.
We are implementing an application that requires users to login.
However, the login functionality must be handled by another team using different technologies.
Our customers must have the same look and feel for login, so creating a new login is out of the question.
0