An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
Hello fms third,
Below are the steps to help you set up delegated permissions for your application:
Go to the Azure Portal and find your app registration:
Navigate to Microsoft Entra ID > App registrations.
Select the application you're using.
Add Delegated Permissions: Under the Manage section, click on API permissions.
Click Add a permission > APIs my organization uses and search for Power BI Service.
In the Power BI permissions, you might need to add delegated permissions such as Report.Read or Report.Read.All depending on your access needs.
After adding the permissions, make sure to click Grant admin consent for your tenant. Authentication Flow: Ensure your authentication setup includes the right redirect URIs, especially if using OAuth 2.0.
For delegated permissions, your app should authenticate with an interactive flow so a user can sign in.
Token Inspection: Once you've added the necessary permissions, obtain a new token to check the scp (scope) claim for delegated permissions instead of the roles claim, which indicates app-only permissions.
If the comment was helpful, please click "Upvote".