- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Acquired token gives 401 Unauthorized when trying to create DataSet
Hi
im building an app to push data to a dataset in Power Bi
the token i got from azure does not seam to have te persissions i gave til ap in "app registrations"
the code om using to acquire the token is
string resourceUri = "https://analysis.windows.net/powerbi/api"; string authorityUri = "https://login.windows.net/common/"; AuthenticationContext authenticationContext = new AuthenticationContext(authorityUri); var AuthResult = authenticationContext.AcquireTokenAsync(resourceUri, new ClientCredential(ClientID, AppSecret)).Result; return AuthResult.AccessToken;
and the permissions that is grated in azure ad
but when i try to create the dataset it gives me an 401
i can create the dataset when i generate the token for a user with powershell but not with the token generated from client_id and client_secret
Hope you can help
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Solved it myself
App registration (service principal) needs to be a member of a Security group

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Solved it myself
App registration (service principal) needs to be a member of a Security group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am facing same issues. Could you please explain the solution? I dont understand how App registration can become a service principal? which service group should that be added to?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you please explian or direct how the service principal added to security group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you tell me, how exactly you have added the application security group.
In Roles and administrator i have added the below role, But still i am getting the error.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
12-14-2017 12:43 PM | |||
12-11-2023 05:34 AM | |||
08-01-2024 02:11 AM | |||
11-23-2017 06:19 AM | |||
08-26-2024 11:09 PM |