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
lbendlin
Super User
1 year agoCheck the validity of the token at jwt.io
ChristinaODT
1 year agoFrequent Visitor
This is what i am getting
- lbendlin1 year ago
Super User
The "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.