Table Of Contents
Introduction
Ever wanted to know, which app has which permission in your tenant? Happy to help 😊
This script gets all permissions from every app registration and enterprise app in the tenant and reports it in a user-friendly way.
Capabilities
The script iterates through the tenant and exports:
- App names
- App type (app registration or enterprise app)
- SignIn Audience (Single tenant, multi-tenant)
- Service principal type (managed identity)
- Does it have secrets and if yes, how many
- which permissions are set and are they delegated or app permissions
This report can be exported to CSV and/or make an interactive HTML report.
Example Permission Report
You can get a first impression here:

Where to get it
I’m glad you asked, you can download the script from my GitHub repository: mathiasborowicz/AppPermissionInfo: Reports granted permissions for Apps in you Tenant
Let me know, how it works for you! 😊
