Re: [Acegisecurity-developer] Multiple applications and different roles

2007-02-11 Thread Ben Alex
Stephane Bailliez wrote: > Hi all, > > I'm trying to see whether there is an easy way to implement roles > (authorities) for several applications. Each application having its own > set of authorities (ie: john being registered as ROLE_SUPERVISOR only > for application A, does not apply to appli

Re: [Acegisecurity-developer] Multiple applications and different roles

2007-02-08 Thread Luke Taylor
Sounds more like a storage issue, assuming you are configuring the different applications separately. If the roles are stored in a database, add an extra column for the application or if you're using Ldap, store them under a different context. Then modify the SQL or Ldap search criteria for each ap

Re: [Acegisecurity-developer] Multiple applications and different roles

2007-02-08 Thread Ray Krueger
Sounds like a single sign-on solution would work best. Have a look at the Acegi support for CAS. Using CAS with Acegi might provide the features you are looking for. On 2/8/07, Stephane Bailliez <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to see whether there is an easy way to implement ro