Only the CAS server can initiate a single sign out session so you would need to log out of CAS. -Scott
-Scott Battaglia PGP Public Key Id: 0x383733AA LinkedIn: http://www.linkedin.com/in/scottbattaglia On Wed, Jul 9, 2008 at 6:17 PM, SMallik <[EMAIL PROTECTED]> wrote: > > I made that configuration work. Basically in my application I am using CAS > for SSO and for authentication and authorization I have to use Acegi. This > is the requirement.I am using InMemoryDao for testing purpose only, in real > I have to use LDAP. > > Now the problem is , I shifted to CAS 3.2.1 for Single Sign Out purpose . I > added the following : > <filter> > <filter-name>CAS Single Sign Out Filter</filter-name> > > > <filter-class>org.jasig.cas.client.session.SingleSignOutFilter</filter-class> > </filter> > <filter-mapping> > <filter-name>CAS Single Sign Out Filter</filter-name> > <url-pattern>/*</url-pattern> > </filter-mapping> > <listener> > > > <listener-class>org.jasig.cas.client.session.SingleSignOutHttpSessionListener</listener-class> > </listener> > > to the client's web.xml , still the Single Sign Out functionality is not > working. > I have 2 web apps.If I login to app1 , after authn & authz I can go to app2 > without re-login. But if I logut from app1 I can still access app2 without > relogin and vice-versa. > > Please help me in achieving SSOut functionality. > > > -- > View this message in context: > http://www.nabble.com/Problem-in-setting-up-CAS-Server-3.1.1-tp18366048p18372115.html > Sent from the CAS Users mailing list archive at Nabble.com. > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas >
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
