Delegated Permissions in Microsoft 365 allow applications to act on behalf of a signed-in user when accessing Microsoft Graph API or other services. These permissions ensure that apps can perform specific actions only within the scope of the user's permissions.
Example PowerShell command to list all delegated permissions assigned to an application:
Get-MgServicePrincipal -Filter "appId eq 'your-app-id'" | Select -ExpandProperty
Oauth2PermissionScopes
Delegated Permissions help securely integrate third-party apps with Microsoft 365 while ensuring users remain in control of their data.
Manage Your Tenant Using Our Free Admin Tools
If you do not have the technical expertise to use Graph PowerShell, then you can use our free Microsoft 365 admin tools to manage your tenant.
Did You Know? Managing Microsoft 365 applications is even easier with automation. Try our Graph PowerShell scripts to automate tasks like generating reports, cleaning up inactive Teams, or assigning licenses efficiently.
Ready to get the most out of Microsoft 365 tools? Explore our free Microsoft 365 administration tools to simplify your administrative tasks and boost productivity.
© Your Site Name. All Rights Reserved. Design by HTML Codex