In a Pre-Authenticated scenario, how can I redirect to a single point of entry?

if the URL is
HTML Code:
http://server/myapp/some-uri
How can I stop the request from proceeding to some-uri? I was under the impression that successfulAuthentication() method will have the responsibility to redirect to 'home' or whatever, but the user request actually proceeds to some-uri.