Unwanted permission requested by Azure AD Consent for PnP PowerShell #508
-
I am trying to register PnP PowerShell Enterprise app and currently app is requesting 27 different permissions . I would like minimize the number of permissions requested by PnP PowerShell . In my client tenant, I just have just SharePoint Admin role not the Global Admins or Application Admin Role. I had generated consent URL using the below PnP command and shared with global admins then the request has been rejected by Azure Admin(Global Admin) since PnP requesting excess permission which is not relevant to the task I'm working.
Any help would be much appreciated on this issue and thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This documentation might help you: Authentication You could also ask your admins to create an AzureAD App and assign the permissions individually for what you have to do. And then connect by using your own AzureAD App. |
Beta Was this translation helpful? Give feedback.
This documentation might help you: Authentication
You could also ask your admins to create an AzureAD App and assign the permissions individually for what you have to do. And then connect by using your own AzureAD App.