aspose file tools
The moose likes Java in General and the fly likes Single Sign-on with Active Directory Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Single Sign-on with Active Directory " Watch "Single Sign-on with Active Directory " New topic
Author

Single Sign-on with Active Directory

Vidya Vemmelesseril
Greenhorn

Joined: Dec 14, 2006
Posts: 5
I have a requirement in my project for SSO with Active Directory . Users should be allowed to login to their Windows desktop and not have to authenticate themselves to any web apps deployed under Tomcat.

I have been doing research on this for few days. We already use JOSSO in our project for Single sign-on. But from what i read about the integration of JOSSO with Active Directory i have understood that it does not support SPNEGO. So i need to enter my user name and password even though i have already logged into my Windows Desktop. So JOSSO is not a good solution to my problem.

I also read about few third party tools like centrify, Vintela and SPNEGO SSO. But none of them are opensource.
I would like to know if there are any open source tools available for this.

Thanks in advance,
Vidya
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Single Sign-on with Active Directory
 
Similar Threads
SSO using SPNEGO in JBOSS 4.2.2
Question about SPNEGO security
SSO using SPNego on Kerberos in JBoss 4.2.2
SPNEGO to JBoss 4.3.2 (with username different from hostname)
JOSSO integration with servlet