Microsoft Entra ID

Connect with the required scope

In brief

After creating a new application proxy application, grant admin consent for the **User.Read** delegated permission in the Microsoft Entra admin center or using the Microsoft Graph PowerShell.

Documentation change

After creating a new application proxy application, grant admin consent for the User.Read delegated permission in the Microsoft Entra admin center or using the Microsoft Graph PowerShell.

Microsoft Entra admin center

  1. Sign in to the Microsoft Entra admin center as at least a Cloud Application Administrator.
  2. Browse to Identity > Applications > Enterprise applications.
  3. Select the newly created application proxy application.
  4. Review the permissions and select Accept.

Microsoft Graph PowerShell

# Connect with the required scope
Connect-MgGraph -Scopes "Application.ReadWrite.All", "DelegatedPermissionGrant.ReadWrite.All"
    -Scope "User.Read"

Verify the permission was granted

  1. In the Microsoft Entra admin center, navigate to your enterprise application.