I am doing Third party based authentication with Spring Authorization.
Now when the user clears the browser history and the session is null,My Pre Auth Filter returns Principal as null, now as the user clears history, I want to redirect the user to third party again for authentication, but it gets redirected to spring default authentication page, how can I redirect it to third party?