This more or less sounds like SSO to me, where it’s common for an application to deploy silent authentication wherein it checks to see if the user has a valid session with the IDP (Auth0, Google, etc.) - If they do then the user is returned to the application without the need to interact. A post-login action does indeed run in this scenario.