Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 43747 invoked from network); 4 Jul 2003 00:26:00 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Jul 2003 00:26:00 -0000 Received: (qmail 27970 invoked by uid 97); 4 Jul 2003 00:28:31 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 27963 invoked from network); 4 Jul 2003 00:28:31 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 4 Jul 2003 00:28:31 -0000 Received: (qmail 41822 invoked by uid 500); 4 Jul 2003 00:25:43 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 41811 invoked from network); 4 Jul 2003 00:25:43 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 4 Jul 2003 00:25:43 -0000 Received: (qmail 18409 invoked by uid 1059); 4 Jul 2003 00:25:42 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 4 Jul 2003 00:25:42 -0000 Date: Thu, 3 Jul 2003 17:25:42 -0700 (PDT) From: "Craig R. McClanahan" To: Struts Users Mailing List Subject: Re: Single Sign-On over several Struts-based webapps In-Reply-To: <20030704012541.M9680@dceg.fe.up.pt> Message-ID: <20030703172116.T88404@icarus.apache.org> References: <20030704012541.M9680@dceg.fe.up.pt> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, 4 Jul 2003, Ant=F3nio Santos wrote: > Date: Fri, 4 Jul 2003 01:27:28 +0000 > From: Ant=F3nio Santos > Reply-To: Struts Users Mailing List > To: struts-user@jakarta.apache.org > Subject: Single Sign-On over several Struts-based webapps > > > Hi, > > Does anyone knows of a Single-Sign On security system that can easily be > integrated with a Struts web application? SecurityFilter doesn't have sup= port > for Single Sign-On. (Today must be "ask about single sign on" day, since this has already come up on earlier discussions :-) Single Sign On support for Struts-based apps is no different than for any other webapp. Every J2EE container is required to support single sign on when you're using container managed security -- consult the documentation for your server for details of how to set it up. In the particular case of Tomcat, see: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html and scroll down to "Single Sign On" under "Special Features". If you're not using container managed security, I'm not sure it's even possible to implement single sign on without getting on the insides of your app server's APIs. Again, you'd have to consult the docs for your server for details of what's possible. > > Thanks, > > Antonio Santos > Craig --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org