Hello,
The form based authentications have a nice hook into them to route the user to a default url once authenticated.
http://static.springsource.org/sprin...-flow-handling
I am looking for, but not finding something similar for the pre authentication filters. These do not have the configurable setAuthenticationSuccessHandler methods.
Once users are authenticated (via site minder), I want them routed to the application root, not to the url with the query string. There are various reasons that I want them to goto the root of the app.
One other question (while I am at it)... are there any suggestions on how to integrate a form based authentication (for development purposes) as well as pre authentication configuration? Can I just wire up multiple providers, with the form based provider returning a null Authentication object if the environment is local development?
See:
http://static.springsource.org/sprin...-services.html
Thanks!


)... are there any suggestions on how to integrate a form based authentication (for development purposes) as well as pre authentication configuration? Can I just wire up multiple providers, with the form based provider returning a null Authentication object if the environment is local development?
Reply With Quote
