Sharepoint Online
Last updated
Was this helpful?
Last updated
Was this helpful?
Within Azure, an Entra App was created and configured as described
Within Teleskope, you have a Teleskope Account with the Admin role
Navigate to your App Registration, then Manage -> API Permissions, and assign the following Graph API scopes via Application Permissions:
Directory.Read.All
ExternalUserProfile.Read.All
Files.Read.All
Group.Read.All
GroupMember.Read.All
RoleManagement.Read.All
SharePointTenantSettings.Read.All
Sites.Read.All
User.Read
Optional Permissions to enable features in 'Policy Maker'
InformationProtectionPolicy.Read.All
Files.ReadWrite.All
Lastly, grant admin consent to all of the permissions.
Create an Azure certificate with a public key by following the Microsoft instructions to
Base64 encode the .pfx file. For example, in PowerShell, run the following command:
(If using MacOS) Please use the script to generate the credentials mentioned in the docs above, the base 64 encoding is included in the script.
Go to Certificates & secrets.
Go to the Certificates tab and then click Upload certificate, and upload the certificate (.cer file) you generated
Follow Microsoft's instructions to