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

2009-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 8/24/2009 4:10 AM, Pid wrote: > You might investigate whether the following can provide you with better > functionality: > > http://securityfilter.sourceforge.net/ Unfortunately, there's no SSO in securityfilter. But, if you can get over th

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

2009-08-24 Thread nkrasnov
nge with each release. >>> >>> Or you could use a servlet Filter to monitor a flag set in the session, >>> which then forces the session to invalidate& log the user out. >>> >>> p >>> >>>> Any help would be greatly appreciated. >

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

2009-08-24 Thread Pid
On 23/08/2009 22:22, nkrasnov wrote: Thank you very much for your response. Yes, I did want to dynamically update the roles. The reason I was hoping to do it without making the user re-enter the credentials is because due to some peculiarities of the application this may happen quite often (se

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

2009-08-23 Thread nkrasnov
very much for your time, >> Natasha > > > --------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message i

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

2009-08-23 Thread Pid
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, 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

Updating Roles for a logged-in user while using SingleSignOn

2009-08-21 Thread nkrasnov
y much for your time, Natasha -- View this message in context: http://www.nabble.com/Updating-Roles-for-a-logged-in-user-while-using-SingleSignOn-tp25085139p25085139.html Sent from the Tomcat - User mailing list archive at Nabble.com. -