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
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