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.

What Entra admins need to know

Review the documentation change to determine whether it affects tenant configuration, security posture, or rollout plans.

This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.

Documentation change

Open on Microsoft Learn ↗

The comparison below is an extract of the Microsoft Learn article showing only the changed content. Open the full article for complete context.

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.