For more information, please refer to this announcement explaining best practices for getting answers to questions.
Fusion REST end point access using oAuth in Visual Studio
Summary:
Trying to access Fusion REST end point as a user different from logged in user
Content (please ensure you mask any confidential information):
We have a requirement to access Fusion Worker REST end point as a user who has access to all worker's data. The call will be invoked by a simple employee user who does not have access to all the workers in the application and therefore identity propagation method cannot be used. I read through the document in the link below
I want to validate with you experts:
1- Is creating a confidential application and accessing the service connection end point using client details is the right option for my requirement. This is option 1 in the document.