We have two applications. One application in .asp and second application in java.
we want to build interface for universal authentication, so that one can access the other application once signed into one application.
Both applications are using SQL database, but one is written in .ASP
hosted on Windows server while the other is in JAVA hosted on a Linux
server. The applications are currently resided on two different
servers.
requirements:
1)The end user are most likely to access the applications through
.ASP first, then reach the 2nd application more like "back office"
management system.
2)he JAVA application currently works well with IE web browser, but
not very smooth with other browsers such as Firefox. Would like to
make the application to be more compatible with other browsers.
Please help me, its very important to me. Thanks in advance!