Forum Discussion

MawashiKid2's avatar
MawashiKid2
Advocate I
6 years ago
Solved

PowerShell Login with Connect-PowerBIServiceAccount +ServicePrincipal error

Hi,

I am currently testing PowerShell scripts in combination with Power BI REST API which I intend to use in automation scenarios.

At this stage, all tests were successfully completed manually through Windows PowerShell console. 

The login option I used was Connect-PowerBIServiceAccount.

So to make a long story short, running   

 

 

 

Connect-PowerBIServiceAccount

 

 

 

will generate a prompt asking for user to login. After entering my credentials, script then runs perfectly, executing all defined code blocks, returning expected data results. Still that's not quite sufficient for automation as I need to find a way to remove prompt process. One suggestion was to use Service Principal

 

Now if I try to run the same Connect-PowerBIServiceAccount method with Service Principal, the following authentication block seems to run fine

 

 

 

Connect-PowerBIServiceAccount -ServicePrincipal -CertificateThumbprint XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -ApplicationId XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

 

 

 

 though it just stalls returning a 403 forbidden status code whenever I try to run any subsequent methods. So something's obviously broken in the authentication process and I don't believe it's strictly relatated to PowerShell. 
Any tested and  working POC on how to cope with this would be deeply appreciated.

Thank you 

  


 

  • Forget about my message. I found the solution. Everything is now running fully as expected😊🌟🌟🌟

4 Replies

  • Forget about my message. I found the solution. Everything is now running fully as expected😊🌟🌟🌟

    • yandra's avatar
      yandra
      Regular Visitor

      Hi,

       

      I am doing some automation using PowerShell script with Power BI REST API. And, I came across your post. 

      Could you share the solution to overcome  403 forbidden status for subsequent call?

       

      Thanks!