Before you start, make sure that you can log on as an Azure user who has global administrator rights.
For the Docusnap Office 365 feature, a registered application is required. This application must have read access to the Microsoft Azure data. This section describes how to create such an application. In our example, the application is called Docusnap Office 365. You can choose any name you like, but it is recommended to enter a meaningful name.
Create / register the app as follows:
Register the application
The following information is required to register the application:
Determine Application and Directory ID
After the creation is completed, the overview dialog of the application is displayed. Now copy the application and directory ID and write it down for the Docusnap scan dialog.
Create a client secret
Now create a client secret. In the Manage area, select the item Certificates & secrets
Note: The key can only be viewed directly after creation. If the key is lost or becomes invalid, a new key must be created.
Authorizing the application – API permissions
Now the application must be authorized for the Windows Azure Service Management API.
Choose Application permissions as the type of permission to be granted.
Use the keyword Directory to find the Directory.Read.All permission and add this permission.
Now you have to give your consent for the previously set permissions. To do this, select the control Grant admin consent for "Your subscription".
Alternatively, a PowerShell script can be used to perform the steps described above.
The script is located in the installation directory of Docusnap
C:\Program Files\Docusnap 11\Tools\scripts\ o365.key.creation.ps1
Important: The PowerShell script must be run as an administrator!