Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Logging into MRE

Status
Not open for further replies.

LeonelSanchezJr

Programmer
Jan 26, 2001
522
US
We need to bypass the WebFOCUS MRE login page, yet be able to authenticate the user / password being passed in and allow the user to see only his / her report(s).

Thanks,

Leo ;-)
 
The MRE login page is a simple HTML form. You can always rewrite that or call the form from another programs as long as you pass the specfic parameters from somewhere. If you bypass the login page, how are you doing authentication?
 
We plan to query an Oracle table which will contain user id, password and reports accessbile per user as well as other validation criteria.

Basically, we want to user our Oracle tables to determine accessibility rather than usin MRE.

We already have another HTML form. The problem is tieing the pieces together.



Thanks,

Leo ;-)
 
You can try using an MRE exit routine which can be used to validate against anything. In essence you write a program which can issue JDBC calls to any database.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top