howto configure JAAS+SSO

2005-08-16 Thread Edmund Urbani
hello! I'm trying to configure two webapps (slide and jetspeed2) for single-sign-on in the same tomcat instance. Both apps use JAAS and come with their own JAAS login modules. Is it possible to configure these (any?) two apps to share login info with JAAS. I started reading the JAAS docs

RE: howto configure JAAS+SSO

2005-08-16 Thread Mark Benussi
. -Original Message- From: Edmund Urbani [mailto:[EMAIL PROTECTED] Sent: 16 August 2005 13:14 To: Tomcat Users List Subject: howto configure JAAS+SSO hello! I'm trying to configure two webapps (slide and jetspeed2) for single-sign-on in the same tomcat instance. Both apps use JAAS and come

Re: howto configure JAAS+SSO

2005-08-16 Thread Edmund Urbani
Mark Benussi wrote: Hi Edmund. I am sorry but I don't know much about SSO. However I can tell you about JAAS in Tomcat. In 5 certainly there are issues. Essentially when you call the LoginModule to invoke your JAAS config it works but it does not authenticate the proper session Subject. What

RE: howto configure JAAS+SSO [Apologies code attached]

2005-08-16 Thread Mark Benussi
Users List Subject: Re: howto configure JAAS+SSO Mark Benussi wrote: Hi Edmund. I am sorry but I don't know much about SSO. However I can tell you about JAAS in Tomcat. In 5 certainly there are issues. Essentially when you call the LoginModule to invoke your JAAS config it works but it does

Re: howto configure JAAS+SSO [Apologies code attached]

2005-08-16 Thread Edmund Urbani
Mark Benussi wrote: 1.Filter to go in web.xml /** * [EMAIL PROTECTED] javax.servlet.Filter Filter} to overide the HttpServletRequest and * overide isUserInRole() using the * [EMAIL PROTECTED] com.ibt.framework.security.tomcat.HttpServletRequestWrapper HttpServletRequestWrapper} * * @author

Re: howto configure JAAS+SSO

2005-08-16 Thread Wendy Smoak
From: Mark Benussi [EMAIL PROTECTED] However I can tell you about JAAS in Tomcat. In 5 certainly there are issues. Essentially when you call the LoginModule to invoke your JAAS config it works but it does not authenticate the proper session Subject. Can you explain more about this? I just

RE: howto configure JAAS+SSO

2005-08-16 Thread Mark Benussi
:[EMAIL PROTECTED] Sent: 16 August 2005 17:44 To: Tomcat Users List Subject: Re: howto configure JAAS+SSO From: Mark Benussi [EMAIL PROTECTED] However I can tell you about JAAS in Tomcat. In 5 certainly there are issues. Essentially when you call the LoginModule to invoke your JAAS config