Hi All,
I have requirement of single sign on. The requirement is we have two web applications(Application A and Application B) developed and we need to integrate both the applications.
Task that needs to be performed is, in Application A, I will login with username and password , after sucessfull login I will query the database based on the entered username and password and fetch the corresponding username and password for the application B. Once I have got the username and password for the application B, I have to login dynamically without user interaction to application B.
I have completed all the task except logging to application B automatically and I am stuck here. I am able to launch the application B login page from application A and the moto is to avoid user again entering the username and password for the application B
To explain in simpler terms, I have username and password in hand and need to login to an webapplication using the username and password without user interaction. The
java code has to enter the username, password and login to the webapplication.
Can anyone please help me out in resolving this issue and your help would be highly appreciated.
Thanks and Regards,
Madhu