Search code examples
microsoft-graph-apimicrosoft-graph-sdksmicrosoft-graph-teams

Microsoft graph, fetching app permissions based on appId


Azure AD: I want to fetch delegated as well as application permissions/consent based on appId.


Solution

  • To Lists delegated permission grants (OAuth2PermissionGrants) and application permissions grants (AppRoleAssignments) granted to an app in Azure Ad. Please use this script