79154627

Date: 2024-11-04 08:09:46
Score: 0.5
Natty:
Report link

So i was able to resolve this:

Here is the powershell script for Mac:


 - Register-PnPEntraIDAppForInteractiveLogin -ApplicationName "<Application Name>" -SharePointDelegatePermissions "AllSites.FullControl" -Tenant <tenantdomain>.onmicrosoft.com -Interactive

 - Connect-PnPOnline -Url https://<tenantdomain>.sharepoint.com -Interactive -ClientId <client_id>

 - Set-PnPTenant -DisableCustomAppAuthentication $false
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Wajih Siddiqui