Highlights
- Pro
Pinned Loading
-
Remove unused API permissions assign...
Remove unused API permissions assigned to the "SharePoint Online Client Extensibility Web Application Principal". Can be used in Azure Automation or interactively. 1<#
2.DESCRIPTION
3To enhance your tenant's security posture, it's crucial to regularly review the API permissions requested
4by SPFx solutions and compare them with those granted to the
5"SharePoint Online Client Extensibility Web Application Principal".
-
Grant Service Principal (System-Mana...
Grant Service Principal (System-Managed Identity used by Azure Runbook, Azure Functions) API permissions and access to SPO sites, that are necessary to remove unused API permissions 1<#
2.DESCRIPTION
3This script can be used to grant System-Managed Identity used by automation (Azure Runbook, Azure Functions)
4API permissions and access to SPO sites,that are necessary to:
5- audit API permissions assigned to the "SharePoint Online Client Extensibility Web Application Principal".
-
This script analyzes tenant-level an...
This script analyzes tenant-level and site-level app catalogs and extracts API Permissions requested by SPFx solutions. It generates two reports: 1) a summary of all SPFx extensions installed in SPO sites, including site url, solution name and all API permissions declared in the manifest and 2) summary of API permissions assigned to the "SharePoint Online Client Extensibility Web Application Principal", including SPFx solutions that requested them. It also displays a warning if any API permissions are assigned using Application mode. This is unsupported. 12param (
3[Parameter(Mandatory = $true)]
4[string] $domainName
5)
-
spfx-Panel
spfx-Panel PublicThis control renders stateful Panel that can be used with ListView Command Set extensions. It may optionally refresh the list view page after the panel is closed. It opens when a List Command butto…
-
-
PowerAutomate-Get-Data-Source-List-Info
PowerAutomate-Get-Data-Source-List-Info PublicA flow to retrieve list information (title, url, driveId) for use with Power Automate actions
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.