Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article provides migration details from Get-AzureADServicePrincipalOAuth2PermissionGrant command to Microsoft Graph PowerShell.
Summary
- Azure AD Command: Get-AzureADServicePrincipalOAuth2PermissionGrant
- Azure AD Module: AzureAD
- Microsoft Graph Command: Get-MgServicePrincipalOauth2PermissionGrant (Community Examples)
- Graph Module: Microsoft.Graph.Applications
- Graph Endpoint: GET /servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants
Permissions
Permission type | Least privileged permissions | Higher privileged permissions |
---|---|---|
Delegated (work or school account) | Directory.Read.All | DelegatedPermissionGrant.ReadWrite.All, Directory.ReadWrite.All |
Delegated (personal Microsoft account) | Not supported. | Not supported. |
Application | Directory.Read.All | DelegatedPermissionGrant.ReadWrite.All, Directory.ReadWrite.All |
View more details on permissions.
Property Mapping
Azure AD Name | Microsoft Graph Name |
---|---|
All | All |
ObjectId | ServicePrincipalId |
Top | Top |