RE: howto configure JAAS+SSO

2005-08-16 Thread Mark Benussi
ak [mailto:[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

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 ju

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 Ma

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

2005-08-16 Thread Mark Benussi
omcat 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

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 y

RE: howto configure JAAS+SSO

2005-08-16 Thread Mark Benussi
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 you end up doing (Or wha