Hello.
I'm writing an web based intranet application. All client are win nt/2000/xp workstations and domain members.
Is it possible to to fetch the Windows username to authenticate the user without entering username and password?
thx,
Andreas
-
Single-Sign-On (5 messages)
- Posted by: andreas reitsam
- Posted on: October 15 2003 07:53 EDT
Threaded Messages (5)
- Single sign-on, Windows, ActiveDirectory by Sean Sullivan on October 15 2003 15:10 EDT
- Single-Sign-On by Race Condition on October 15 2003 16:17 EDT
- RE: Single-Sign-On by Ahmed Talaat on October 15 2003 16:30 EDT
- RE: Single-Sign-On by Roy George on May 28 2004 12:08 EDT
- NTLM is one of good choices by Sean Jiang on August 20 2004 09:09 EDT
-
Single sign-on, Windows, ActiveDirectory[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: October 15 2003 15:10 EDT
- in response to andreas reitsam
http://www.mail-archive.com/tomcat-user at jakarta dot apache dot org/msg103766.html
http://www.mail-archive.com/tomcat-user at jakarta dot apache dot org/msg103812.html
http://www-106.ibm.com/developerworks/web/library/wa-singlesign/
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/catalina/docs/api/org/apache/catalina/authenticator/SingleSignOn.html -
Single-Sign-On[ Go to top ]
- Posted by: Race Condition
- Posted on: October 15 2003 16:17 EDT
- in response to andreas reitsam
yes. -
RE: Single-Sign-On[ Go to top ]
- Posted by: Ahmed Talaat
- Posted on: October 15 2003 16:30 EDT
- in response to andreas reitsam
You can Access Windows Domain security via the LDAP provider of Active Directory. In a previous life I integrated WLS 6.1 security with Active Directory and it worked like a charm.
Cheers,
AT -
RE: Single-Sign-On[ Go to top ]
- Posted by: Roy George
- Posted on: May 28 2004 12:08 EDT
- in response to Ahmed Talaat
I was trying to implement the same - I was wondering if you could provide some more details... I am working in a WLS7.0 with Active Directory.
Much appreciated. -
NTLM is one of good choices[ Go to top ]
- Posted by: Sean Jiang
- Posted on: August 20 2004 09:09 EDT
- in response to andreas reitsam