Redirect user after verifying their email (set up in required actions)

Hi, we have our Keycloak server set up to to require email verification inside the admin console. Currently after verifying, the user ends up in either: the confirmation screen, or the application home page. I understand this has to do with whether an active session exists? In any case, for the scenario where it redirects to the application, is there a way to customize the path? Everything I’ve seen so far seems to only be applicable when sending verification emails through the REST api, which we are not doing.