I'm trying to write a pipeline that mines Azure ADF metadata.
I'm successfully getting a really long bearer token from Azure to connect to ADF
But, when I pass the bearer token as an in1 field parameter into an HTTP-GET header to mine the metadata at the appropriate place it is giving me an error:
401 - {"error":{"code":"InvalidAuthenticationToken","message":"The access token is invalid."}}
But when I paste the bearer token into the header at the same appropriate location it works fine.
Is there a limit to the length a string can be passed between nodes???
------------------------------
Charles Franklin
DTE Energy
Detroit MI
------------------------------