Sharepoint via Graph API permissions
Use the following sequence to setup permissions in Entra for access to Sharepoint object via Graph API. This is the modern approach to integration with Sharepoint, and requires an iPaaS license for Square 9.
Microsoft will from time to time update interfaces and documentation. It’s always advised to refer to current docs for proper configuration.
https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app
App registration: Create an app in Microsoft Entra admin center (Azure AD).

Assign permissions: Add Graph API permissions (
Sites.ReadWrite.Allfor broad access, orSites.Selectedfor granular access).
Admin consent: An administrator must grant consent for those permissions.
Sites.Selected configuration:
Use PowerShell (
Grant-PnPAzureADAppSitePermission) or Graph API to grant site-level access.You can specify
read,write,fullcontrol, ormanagepermission levels.
You will need to generate a client secret. Note that secrets do have an expiration. You will need to make sure you refresh the secrect prior to it’s expiration for continued fuction.

In GlobalCapture you will need the Tenant ID, the Client (Application) ID, and the Client Secret (Value from step 5).
Please note, Square 9 cannot assist with granular permissions assignments for how to implement them. Contact your Entra support team if you need help specifically with point 4 above.