Why can I not access a resource with a Authorization header

I am getting an access and id token from https://whatever.us.auth0.com/oauth/token. Once I get the tokens I then try to call my endpoint (Node/Express) with the access token in a header like Authorization: Bearer <ACCESS_TOKEN>. However, the endpoint is still redirecting me to the login page. What am I missing?

Hi @jgleason

We need much more information. Try putting some logging info in the endpoint to see why it is redirecting. It could be anything - incorrect audience, invalid signature, bad custom claims etc. We can’t tell without more info.

John