Re: [Acegisecurity-developer] ACL sanfbox status

2006-12-11 Thread Mat Lowery
Where would one find your recently checked-in demo? Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Alex Sent: Thursday, December 07, 2006 3:18 PM To: acegisecurity-developer@lists.sourceforge.net Subject: Re: [Acegisecurity-developer] ACL san

[Acegisecurity-developer] SiteminderAuthenticationProcessingFilter documentation needs correction?

2006-12-13 Thread Mat Lowery
UsernamePasswordAuthenticationToken if the siteminderPasswordHeaderKey is null or empty--as siteminderPasswordHeaderKey is in this example. Can anyone verify? Mat Lowery Software Engineer Pentaho The Open Source Business Intelligence Company Citadel International, Suite 340 . 5950 Hazeltine National Dr

Re: [Acegisecurity-developer] Acegi with portlets

2007-02-15 Thread Mat Lowery
Because I didn’t want to figure out how JBoss Portal URLs were generated, I chose to use JbossAcegiLoginModule, which is a JAAS LoginModule that uses Acegi Security’s AuthenticationManager. The benefit to this solution is that the portal decides when authentication is needed. So I can use JBoss P

[Acegisecurity-developer] JbossAcegiLoginModule update?

2007-02-15 Thread Mat Lowery
I would like to request feedback on a JBoss Portal/CAS/Acegi Security implementation. The implementation works now but I want to get feedback on it. My implementation uses CAS 3.0.5, JBoss Portal 2.4.1-SP1, and Acegi Security 1.0.2. Here's a walkthrough: 1. User requests portal page that requir

[Acegisecurity-developer] Correction on Acegi Documentation

2007-02-15 Thread Mat Lowery
In the Acegi Security documentation for CAS (http://acegisecurity.org/docbook/acegi.html#cas-server-3), the instructions say: "Copy Acegi-security.jar file into /localPlugins/lib." I believe they should say: "Copy Acegi-security.jar and Acegi-security-cas-1.0.2.jar files into /localPlugins/lib."

Re: [Acegisecurity-developer] Ldap and Roles in Oracle Database

2007-07-06 Thread Mat Lowery
How about implementing LdapAuthoritiesPopulator and delegating to a UserDetailsService such as JdbcDaoImpl? On Fri, 2007-07-06 at 21:07 +0530, Mallikarjun.Revgond wrote: > Dear all, > > I’m using LDAP for authenticating USERNAME and PASSWORD. > And again on successful validation , I w

[Acegisecurity-developer] DigestProcessingFilter doesn't populate Authentication with GrantedAuthority instances

2008-02-20 Thread Mat Lowery
My question was already asked by another user: http://forum.springframework.org/showthread.php?t=34626 (Item #1). I'll re-state that question. Using Acegi Security version 1.0.6 and the DigestProcessingFilter, how does the Authentication instance stored in the SecurityContextHolder get populated