The client 'clientId' with object id 'objectId' does not have authorization to perform action 'Microsoft.Logic/workflows/listCallbackUrl/action' over scope '/subscriptions/subscriptionId/resourceGroups/resourceGrpName/providers/Microsoft.Logic/workflows/logicAppName' or the scope is invalid. If access was recently granted, please refresh your credentials.
I'm calling this API from ADF to retrieve the Workflows - List Callback Url so that I can use it to execute the logic app and I get the above error. The "Logic App Contributor" role has been added to the App registration that I'm using.
I think I'm missing the step to get the bearer token (azure_auth) to Authorise with.
The documentation is sparse on how to that. A guide would be helpful here.