Skip to content
View kkazala's full-sized avatar

Highlights

  • Pro

Block or report kkazala

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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
    3
            To enhance your tenant's security posture, it's crucial to regularly review the API permissions requested 
    4
            by SPFx solutions and compare them with those granted to the 
    5
            "SharePoint Online Client Extensibility Web Application Principal".
  2. 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
    3
        This script can be used to grant System-Managed Identity used by automation (Azure Runbook, Azure Functions)
    4
        API permissions and access to SPO sites,that are necessary to:
    5
        - audit API permissions assigned to the "SharePoint Online Client Extensibility Web Application Principal".
  3. 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.
    1
    
                  
    2
    param (
    3
        [Parameter(Mandatory = $true)]
    4
        [string] $domainName
    5
    )
  4. spfx-Panel spfx-Panel Public

    JavaScript 7 1

  5. rush-conventionalcommits rush-conventionalcommits Public

    JavaScript 5 3

  6. applicationinsights-api-calls-tracking applicationinsights-api-calls-tracking Public

    JavaScript 1