Hi, i want to be able to integrate Sharepoint site with Power Page website but the Azure App has to be given full access/permissions to all Sharepoint sites which is a security risk for us. Has anyone got a method to give access to just a single sharepoint site ?
Integrating Power Page website to single sharepoint site
Yes, you can integrate a Power Pages website with a single SharePoint site without granting full access to all SharePoint sites
Register the App in Azure AD:
Restrict API Permissions - Do not grant admin consent for Sites.FullControl.All or similar broad permissions.
Connect to SharePoint as a Global Admin or SharePoint Admin - Set-SPOSite -Identity https://yourtenant.sharepoint.com/sites/YourSite -AppId <AppId> -Permission Read
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.