[Acegisecurity-developer] Acegi's support for Groups

2007-03-07 Thread Garvey, Paul M (GE Comm Fin)
Does Acegi support the concept of a Group? If not, it it on the future roadmap? By Group I mean for example, a user could belong to a group in a company such as a department or division. - Paul - Take Surveys. Earn

Re: [Acegisecurity-developer] In the Acegi config xml file why use/A and /Z in the URL pattern?

2007-01-23 Thread Garvey, Paul M (GE Comm Fin)
ROLE_AUTHENTICATED as that login is probably where they are sent when they are NOT ROLE_AUTHENTICATED and you'll go into a loop. Hope that helps, -Ray On 1/22/07, Garvey, Paul M (GE Comm Fin) <[EMAIL PROTECTED]> wrote: > > > In the following snippet below why are /A and /Z

[Acegisecurity-developer] In the Acegi config xml file why use /A and /Z in the URL pattern?

2007-01-22 Thread Garvey, Paul M (GE Comm Fin)
In the following snippet below why are /A and /Z used in the URL? For example " \A/c/portal/login\Z"? Why not remove the /A and /Z to leave "/c/portal/login"? PATTERN_TYPE_APACHE_ANT \A/c/portal/login\Z=ROLE_AUTHENTICATED \A/c/portal/logout\

Re: [Acegisecurity-developer] Integrating Acegi Security 1.0.3 , Siteminder and JBoss Portal 2.4

2006-12-14 Thread Garvey, Paul M (GE Comm Fin)
eople watching this list, there are thousands on the forums. http://forum.springframework.org/forumdisplay.php?f=33 On 12/14/06, Garvey, Paul M (GE Comm Fin) <[EMAIL PROTECTED]> wrote: > > > > All: >I am developing a portal with JBoss Portal and I want to use > Sitemi

[Acegisecurity-developer] Integrating Acegi Security 1.0.3 , Siteminder and JBoss Portal 2.4

2006-12-14 Thread Garvey, Paul M (GE Comm Fin)
All: I am developing a portal with JBoss Portal and I want to use Siteminder for Authentication. So, when a user attempts to access the portal if they are not authenticated Siteminder will intercept the request and force the use to authenticate. If the use authenticates Siteminder will f

Re: [Acegisecurity-developer] Releasing 1.0.2

2006-09-19 Thread Garvey, Paul M (GE Comm Fin)
Ben, what are the Siteminder improvements? - Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott McCrory Sent: Sunday, September 17, 2006 3:01 PM To: acegisecurity-developer@lists.sourceforge.net Subject: Re: [Acegisecurity-developer] Releasi

RE: [Acegisecurity-developer] Preparing for 1.0.0 RC2

2006-02-13 Thread Garvey, Paul M (GE Comm Fin)
  Scott,   This is my recommendation, the following snippets below shows how I cleanly got Siteminder/Acegi to work. Look at the requiresAuthentication() method below it should be overridden by the SiteminderAuthenticationProcessingFilter instead. Do you have an issues or concerns