Tagged Questions

9
votes
8answers
5k views

How to use Windows login for single-sign-on and for Active Directory entries for Desktop Java application?

I'd like to have my desktop Java application to have single sign on related to Active Directory users. In two steps, I'd like to : Be sure that the particular user has logged in to Windows with ...
7
votes
5answers
990 views

Get username of client who connected to web server

Here's the scenario. I am code running on a web server in an AD domain. Some client has connected to me. How do I get that client's username, without having the client fill out a form in their ...
2
votes
2answers
8k views

Java Active Directory Integrated Windows Authentication

You can see in the following posts http://forums.sun.com/thread.jspa?threadID=603815 http://forums.devshed.com/ldap-programming-76/active-directory-services-using-java-api-89586.html an example of ...