How to automatically login to the site using system credentials?

rgksugan picture rgksugan · Nov 3, 2010 · Viewed 10.8k times · Source

I need to develop a web application for the Intranet users. I dont want them to enter the login credentials each time they visit the site. It should be automatically loaded from the System Username and Password. i.e If they have a valid system username and password they should be able to login to the application. I am using Java. How to fulfill this requirement?

Answer

Sudeep Gujar picture Sudeep Gujar · Aug 31, 2016

You can try out waffle Waffle for single sign on.
You can achieve auto authentication with waffle. I used it for intranet webapp project. For getting further information from active directory you can use COM4J COM4J