Hello All
Does anyone know how to validate user and password of Oracle applications with URL?
We have an app where we connect to database and validate the details. But with new set of restrictions, I am asked to see if we can use the URL for the validation of user and password and fetch database details.
With the URL passed to the app -
1: We should be able to validate user name and password
2: Only when user name and password are valid then find the database details from URL and connect to database.
Can this be done?
Thanks in advance for any inputs on this.