
Hi All,
I am having the below issue when triggering a ondemand logic app from webservice
Error:
Response StatuscodeUnauthorized Response Content"error":"code":"DirectApiAuthorizationRequired","message":"The request must be authenticated only by Shared Access scheme."
When debugging in local machine it is working fine and when manually triggering the logic app it fails
Flows :
When a logicapp1triggered (step1) -----> webservice is triggered which is hosted in App Service , services forms the logicapp url and triggers ondemand logic app (step2) ---> ondemand logic app needs to be triggered (step3)
Process fails at step3
below code to trigger the logic app:
Error : Response StatuscodeUnauthorized Response Content"error":"code":"DirectApiAuthorizationRequired","message":"The request must be authenticated only by Shared Access scheme."
Any suggestion on this please ..?
Thanks In Advance