bfors

Results 7 comments of bfors

I know you can create an app registration via Azure Active Directory, then take that AppID to the /AppRegNew.aspx page in SharePoint tenant, then apply permissions and start using it....

I agree @funzel1 Of the 14k+ app registrations within my company's Azure environment, it is very difficult to understand which are tied to a SharePoint site collection. The associated SharePoint...

We ended up writing a custom C# application to meet our needs: 1. Created console application to run PowerShell script to grab all service principals and shove results into database...

@KuotingChiu - unfortunately it is proprietary to my company and I cannot share.

@robertcaretta not sure. If you are thinking what most may be thinking, which is to abandon this process and move toward Azure App Registrations - need Microsoft weigh in on...

We enabled the feature as well using PowerShell command _Set-SPOTenant -SiteOwnerManageLegacyServicePrincipalEnabled $true_ We have also blocked the appregnew.aspx page via a SharePoint Framework extension (overwrite content using JavaScript) and display...