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
Pid-6 wrote: > > >>Really?! Is a role really the appropriate thing for whatever your >>problem is then? > > This is what I am trying to decide. If it was possible to update roles, > then role would be the appropriate thing, as it would allow me not to have > to implement my own resource/ser

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
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 (several times within a user's session),

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