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 ...
2
votes
1answer
114 views
Using Integrated Windows Authentication in a Perl Dancer App
I am currently building a web app with Perl Dancer. This app requires users to authenticate using my company's Active Directory. To avoid prompting users for their usernames and passwords, I would ...
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 ...