User with expired access token not forced to re-login when sent to Okta hosted login

I’ve built an express application that uses the hosted Okta login when you send a user there. The first time logging in you are forced to use the login, get redirected to my application where I assign a cookie (currently it is the access token) and then for each action I verify the token using the oktaJwtVerifier. When that token expires, I attempt to send the user back to the hosted login but when I do the user is never forced to relogin. Instead, they are redirected back to my app. I would like to force that relogging in on the user.