-
Feb 6th, 2006, 09:26 AM
#1
Siteminder integration with Acegi
Acegi requires a "j_acegi_security_check" URL to attempt authentication. Normally it gets the "j_acegi_security_check" from the login page post along
with the username and password. If Siteminder only send Acegi the username in the request header how does it attempt authentication is no "j_acegi_security_check" is present? Based on the current SiteminderAuthenticationProcessingFilte class authentication would never occur with Siteminder. To get it to work I had to derive a class from SiteminderAuthenticationProcessingFilte and override the requiresAuthentication() method which is found on the grandparent
of the SiteminderAuthenticationProcessingFilter class the abstractProcessingFilter class.
-
Mar 12th, 2006, 07:44 AM
#2
-
Apr 30th, 2006, 11:17 AM
#3
Paul's solution code has been committed to SVN. Unit tests confirmed passing. I'll try to perform integration testing in an actual environment within the next week. Others please do the same and let me know your results!
Thanks, Scott
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules