Re: [Acegisecurity-developer] Acegi + SSO + custom GrantedAuthority

2004-11-04 Thread Amad Fida
Thanks Alex. >You'll probably find Spring Rich will accommodate > what you need to do > just fine, and if not Keith Donald and the guys are > very helpful. Exactly, I think since i have been working on spring-richclient for some time so feel comfortable in terms of enabling\disabling commands or

Re: [Acegisecurity-developer] Acegi + SSO + custom GrantedAuthority

2004-11-04 Thread Ben Alex
Amad Fida wrote: Thanks Alex, just ignore my last email as you have explained in detail what I need to do in order to get going with Acegi. The problem with #2 in my case is I don't know which SSO solution each implementtion will require. It can be SiteMinder, IBM's TAM or any other implementat

Re: [Acegisecurity-developer] Acegi + SSO + custom GrantedAuthority

2004-11-04 Thread Amad Fida
Thanks Alex, just ignore my last email as you have explained in detail what I need to do in order to get going with Acegi. The problem with #2 in my case is I don't know which SSO solution each implementtion will require. It can be SiteMinder, IBM's TAM or any other implementation. Also I nee

Re: [Acegisecurity-developer] Acegi + SSO + custom GrantedAuthority

2004-11-04 Thread Amad Fida
Also after looking at rich-client sample, seeme like first thing I need to provide "remoteAuthenticationManager" in order for bs-remoting to work with Acegi, similar to following net.sf.acegisecurity.providers.rcp.RemoteAuthenticationManager

Re: [Acegisecurity-developer] Acegi + SSO + custom GrantedAuthority

2004-11-04 Thread Ben Alex
Amad Fida wrote: Thanks Ben, so would suggest rich client security packakge as starting point? Amad I tend to approach things based on the most risky part of the project first. That way you discover the constraints it will impose on the easier parts of the project, and can have more confiden

Re: [Acegisecurity-developer] Acegi + SSO + custom GrantedAuthority

2004-11-04 Thread Amad Fida
Thanks Ben, so would suggest rich client security packakge as starting point? Amad --- Ben Alex <[EMAIL PROTECTED]> wrote: > Amad Fida wrote: > > >Hi, > > > >I am working a project where are using > >spring-richclient on client side, Brightside > Factory > >Remoting(bs-remoting) for remoting,

Re: [Acegisecurity-developer] Acegi + SSO + custom GrantedAuthority

2004-11-04 Thread Ben Alex
Amad Fida wrote: Hi, I am working a project where are using spring-richclient on client side, Brightside Factory Remoting(bs-remoting) for remoting, and EJBs (SLSBs + MDBs) on JBoss App server. We want to make the Authentication plugable to any SSO solution and also want to provide a database d

[Acegisecurity-developer] Acegi + SSO + custom GrantedAuthority

2004-11-04 Thread Amad Fida
Hi, I am working a project where are using spring-richclient on client side, Brightside Factory Remoting(bs-remoting) for remoting, and EJBs (SLSBs + MDBs) on JBoss App server. We want to make the Authentication plugable to any SSO solution and also want to provide a database driven Authenticat