@cj @auser Appreciate the responses. I have verified the signature algorithm is set to HS256. And yes I believe I'm sending the correct token (the long one). And you use the same token for the network interface header right?
netIntReq.options.headers.authorization = `Bearer ${req.cookies.auth0IdToken}`