Hello, @anthony3 - welcome to the Auth0 Community!
The intention of the Callback URL is that it should be an endpoint that handles these kinds of things. The Callback URL should receive the authentication response, process it, and then decide what to do with the user based on that response. You should not be redirecting users directly to the destination pages, but rather allowing the Callback URL to do that for you.