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
SachinNandanwar
Impactful Individual
1 year ago You have a keyword "Bearer" in the token. If you are using POSTMAN then it is not required.
- ChristinaODT1 year agoFrequent Visitor
I tried without Bearer still giving me the same error
- SachinNandanwar1 year ago
Impactful Individual
Are you using "https://fabric.microsoft.com/.default" scope?
Ths scopes endpoint should be this "https://api.fabric.microsoft.com/.default" instead.
- ChristinaODT1 year agoFrequent Visitor
I already tried with this as well..same error
- KevinChant1 year ago
Super User
It will still work in postman if you use "Bearer" in the token...