Replies: 2 comments 21 replies
-
Hi @tjroberts,
|
Beta Was this translation helpful? Give feedback.
12 replies
-
Thanks for the tip about upgrading Fabric client. When I added promptFullConsent I get this popup: ![]() I submitted the request but I don't know where that request goes? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are hitting issues calling the
https://api.fabric.microsoft.com/v1/admin/workspaces
API using the OBO flow detailed in the discussion below.#89
With the above strategy we get a
403
when trying to access the API.We originally thought this was because the
Tenant.Read.All
permission is missing from the user token. We have it on the app registration we are using but that doesn't seem to be carrying through to the user. Once we explicitly added the scopes we get the error below.Researching this error we found this thread and tried some of the things:
https://learn.microsoft.com/en-us/answers/questions/545439/aadsts65001-the-user-or-administrator-has-not-cons
Even after this we are getting a similar error:
I'm attaching an image of our app registration permissions.
Most of our other API's are working but we are getting consistent problems getting
/workspaces
to work. This call is coming from our Fabric back-end. How should we handling this case so that we can take the user token and authorize our backend to access this API on their behalf?Beta Was this translation helpful? Give feedback.
All reactions