Forum Discussion
Angrydot
Mar 23, 2021Brass Contributor
How to revoke permissions on SharePointPnP.ProvisioningApp.Tenant?
How do I revoke permissions granted to SharePointPnP.ProvisioningApp.Tenant after deploying a SharePoint lookbook site template? I see the "app' in https://myapplications.microsoft.com/, but don't se...
- Mar 25, 2021The app uses delegate permissions, meaning it would only be able to access based on your access.
To remove the app, go to portal.azure.com > Azure Active Directory > Enterprise Apps> Find the app > then properties > then Delete to get rid of the app. If you want to keep the app but constain access further from staff or hide it, then in the same properties screen you can update it.
Of course, if you are unsure, I recommend getting a free dev tenant and test the results of the scenario, outside of your production environment.
Paul Bullock
Mar 25, 2021MVP
The app uses delegate permissions, meaning it would only be able to access based on your access.
To remove the app, go to portal.azure.com > Azure Active Directory > Enterprise Apps> Find the app > then properties > then Delete to get rid of the app. If you want to keep the app but constain access further from staff or hide it, then in the same properties screen you can update it.
Of course, if you are unsure, I recommend getting a free dev tenant and test the results of the scenario, outside of your production environment.
To remove the app, go to portal.azure.com > Azure Active Directory > Enterprise Apps> Find the app > then properties > then Delete to get rid of the app. If you want to keep the app but constain access further from staff or hide it, then in the same properties screen you can update it.
Of course, if you are unsure, I recommend getting a free dev tenant and test the results of the scenario, outside of your production environment.
- AngrydotMar 30, 2021Brass ContributorThat worked, thank you!
Deleting the app did not affect the deployed lookbook sites.