We have calls where the OAuth2 tokens are sent in the header with a custom name, without using the "Bearer" prefix. I appreciate that the new version 2.0 can fetch the token automatically. However, is it possible to add a setting that prevents the token from being added to the header or request body automatically?
It would be useful if it still performs its usual functions and sets the {{$oauth2..access_token}}, which I could then reference in my header using the custom header name within the same request.
Currently, I fetch the token in a separate request and then reference it in another request.