Forum Discussion

MawashiKid2's avatar
MawashiKid2
Advocate I
6 years ago
Solved

PowerShell scripts with Service Principal As Member scope

Hi,

I have a question regarding PowerShell and Service Principal (not necessarilly defined as Admin but as Member).
So to keep a long story short, I managed to replicate most of the methods found on Power BI REST API documentation site in PowerShell scripts using Invoke-RestMethod and basically the same url pattern.
So my first main challenge was to be able to generate a bearer accesstoken
which I could pass as a token string parameter in header.
Since I worked in automation context, I needed to provide credentials in a silent mode without always
calling authentication login prompt everytime I would call a method request.
So I opted for Service Principal to provide credentials which managed to do the job.
Service Principal was created in a AAD Security group then added as Admin in Workspaces. That worked. No problem there.

Now my main concern is could the same scenario be possible with Service Principal as Member. (avoiding to end up with 401 kind of thing with unsufficient...) Also I know SP definition doesn't really deal with Roles definition as with users...

 

Anyone managed to come with a solution? I'm not looking for code, mainly a POC logic. I can deal with the rest.

 

Thanks

  • MawashiKid2's avatar
    MawashiKid2
    6 years ago

    Thanks I was already aware of that information.

    I managed to find an answer as I was able to run PS scripts with Service Principal defined as Member instead of Admin.
    Perhaps I should have rephrased my question as I believe the whole crucial aspect here deals more with the definiton of Security Group infrastructure. Anyway thanks for the reply. 

2 Replies