vote up 2 vote down star
3

Hi!

I need to do that with tomcat and a J2EE Web App. I don't want a pop up window asking the user for credentials.

I must use the user logged on Windows to authenticate him on my web app.

How can I do it?

Thanks!

flag

wow, I had the same question! – Jason S Apr 16 at 13:05
duplicate? stackoverflow.com/questions/267869 and stackoverflow.com/questions/343841 – Jason S Apr 16 at 13:05
Not duplicate. More detailed question. – VansFannel Apr 16 at 13:08

3 Answers

vote up 1 vote down

I don’t believe Tomcat natively supports integrated authentication, however it does support custom authentication modules. Give these URL's a try:

http://appliedcrypto.com/files/tomcat_spnego.pdf

http://jcifs.samba.org/src/docs/ntlmhttpauth.html

link|flag
vote up 0 vote down

Tomcat doesn't support NTLM authentication, but there are other Java security libraries that do, such as Spring Security. Using SS, we have Tomcat and JBoss applications which silently authenticate against an MS Active Directory in both IE and FF browsers.

Here's a URL that might be helpful: http://blog.mediasoft.be/ntlm-with-spring-security-20/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.