Redirect with RequiredAuth, how to use, pass?

I want to make a login between Angular and Express. I therefore use the official auth0 connection in the frontend. I am also successfully logged in there. However, as soon as I call a protected interface in Express, e.g. /api/tenant, there is a redirect in the backend that it cannot resolve. I’m slowly running out of ways to solve the problem.