Missing authorization header after api request

Currently after an API request is made with OAUTH 2 the API end point is not receiving the authorization header with the bearer token. Does anyone have an idea? Do I missed something?

Are you doing any header manipulation as part of your traffic management?

The OAuth endpoint doesn’t do any header manipulation, so it should go through…