Guys, I have made two web application, both application deployed on differnent server with database. one have SQL and other Oracle.
server 1: Web application 1/SQL Database. Server 2: Web Application 2/Oracle Database.
I have given link of Web application 2 on web Application 1. its means single sign on logic. I have login in web application 1 and click link of web application 2, when I click on link I want to authenticate to user in oracle databse (on server 2) if user is valid or not.
Please help how could do this.
its urgent.