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
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
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
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
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
ovide.
-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 JAA
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 rec