aspose file tools
The moose likes Servlets and the fly likes Question about SPNEGO security Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Question about SPNEGO security" Watch "Question about SPNEGO security" New topic
Author

Question about SPNEGO security

Jim Barkley
Greenhorn

Joined: Jun 23, 2011
Posts: 12
http://spnego.sourceforge.net/

I've recently implemented this for auth against company's Active Directory.


None of the webapp contents is behind SSL though; when you enter the webapp address, a login dialog just pops up.


Is SPNEGO, and any other single sign-on stuff(like WAFFLE, for example) secure? Or the https implementation has to be done on Tomcat separately to ensure secure connection?


Thanks in advance.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Question about SPNEGO security
 
Similar Threads
single signon with java GSS-API kerberos/SPNEGO
SSO using SPNEGO in JBOSS 4.2.2
Disable SPNEGO login on JBOSS
Secure authentication using SPNEGO and JGSS
Tomcat: Valve with SPNEGO-Authentication