Hi,
I am currently trying to implement the open-api providers for <PROJECT_NAME>. While implementing those I encountered a problem with the Authorization in the header. I have two identical calls to fetchData of the RestServerConnector. One of those calls was implemented by Markus Scmahl and the other one by me. The one implemented by Markus has the header element Authorization with the UAABearer token but mine does not.
Do I have to add something somewhere for the token to be added to th header?
Thanks in advance,
Nick