Hi,

I'm trying to modify an open source application (Pentaho) that uses Acegi withing a Jboss app server. I need to integrate it with our SSO solution implemented with Siteminder. I don't care about authorization, just authentication.

I've reading about the Siteminder Authentication mechanism but saw that the provided filter only looks for "pre-authenticated requests". The only thing that I need is to know where or how to configure the application to login against the SSO site. That means:

1. User enters into the system.
2. Acegi filter redirects it to the SSO site
3. Call returns with the header set and user has full access

I've tried configuring authenticationProcessingFilter with no luck

thanks in advance