Re: Updating Roles for a logged-in user while using SingleSignOn

2009-08-24 Thread nkrasnov
way to do what you need. > >>You might investigate whether the following can provide you with better >>functionality: > >>http://securityfilter.sourceforge.net/ > > Thanks a lot for the reference. I'll investigate using security filter. > > >> Pi

Re: Updating Roles for a logged-in user while using SingleSignOn

2009-08-23 Thread nkrasnov
entials to re-authenticate and create a new GenericPrincipal object, is there? Pid-6 wrote: > > On 21/08/2009 19:31, nkrasnov wrote: >> >> Hi, >> >> I have several Tomcat webapps which use SSO and the same Realm for >> authentication. All is working as expected

Updating Roles for a logged-in user while using SingleSignOn

2009-08-21 Thread nkrasnov
Hi, I have several Tomcat webapps which use SSO and the same Realm for authentication. All is working as expected, except that I now need to update roles for the user that's already been authenticated in the past. I seem to be able to do it successfully for a given request (by calling LoginContec