We are using bearer token to authenticate APIs in WebReportDesignerController, however for WebDesignerHandlerController, bearer token option does not exist in WindowsClientWebDesignerConfig.AuthenticationMode. How can we use the same bearer token that we use for APIs in WebReportDesignerController, also in WebDesignerHandlerController APIs.
Would it be sufficient to copy the Authorization header from the request for the DesignerLauncher? Or would you need a way to pass the header seperately?
Yes, copying the Authorization header from the API that start the Designer will be sufficient. I hope this header will be used in all further API calls from Designer.