2
votes

I have registered a new app using Power BI Developer and go to Portal Azure and do the following steps:

  1. Azure Active Directory
  2. App registrations
  3. (Tab) Owned applications > Choose my app enter image description here

  4. (On the new page) > API Permissions (Choose the permissions) enter image description here

  5. Here is my problem! In the old version of Portal Azure, on the top of the page where I choose de permissions, has a magical wonderful named "Grant Permissions", like the following image. This is a example: enter image description here But now, on the New Portal Azure, I cannot give User Consent to myself (because I can't find this button), like I do on the previous version of Portal Azure. Someone know where I can find it? In the second image has a button named "Grant admin consent for my company", I have tried this button with my azure admin but it's not I need, I need "User Consent" not "Admin Consent".
1

1 Answers

2
votes

Grant permission is replaced by Grant admin consent on new portal.

The permissions you added don't need admin consent, so when the users login in your application for the first time, they will be asked for consent(user consent). No need to do more steps on azure portal.

enter image description here

If you don't want the users to grant user consent when they login, you can grant admin consent for the whole tenant users on azure portal, the users will not be asked for consent again.