Our team built a WebLogic intranet site. Users currently must type in their Active Directory login/password to access the site.
Since most of our users are already logged in to the domain, we would like to use Integrated Windows Authentication so users do not have to re-type their login password.
I have done this with .NET applications hosted on Windows/IIS. However, this app is built in WebLogic/Java and is hosted on RedHat Linux.
Is there a step-by-step guide or prototype application available?
(Please assume for this question that we are standardized on Internet Explorer browser.)