Forum Discussion
ChristinaODT
1 year agoFrequent Visitor
Access or Trigger Pipeline using Fabric Rest API and Token Generation
Hi, I am trying to run a fabric pipeline using rest api. For this i created a Microsoft Entra App on azure portal with desired permissions that include workspace readwrite, datapipeline execute...
- 1 year ago
No nothing works out. I tried everything shared and worked as per the API document given by Microsoft, but the API did not hit the pipelines. Though I found out an alternative approach to make this feature work . I will share the blog link soon here for others facing the same issue
ChristinaODT
1 year agoFrequent Visitor
This is what i am getting
lbendlin
Super User
1 year agoThe "scp" section is missing.
- ChristinaODT1 year agoFrequent Visitor
okay, so how to add that?
- lbendlin1 year ago
Super User
Redo you app registration. Don't use delegated permissions.
- ChristinaODT1 year agoFrequent Visitor
Sorry but i am little unclear. When i am adding permissions in app, persmissions such as datapipeline execute, readwrite comes under delegated permission. In the other one, i am getting only tenant readwrite. Can you give me step by step process to achieve this or any reference.