This will walk you through registering an Azure application that can be used by the Microsoft OneDrive connector in FTK Central, eDiscovery, and Enterprise 7.5.2.
- Login to https://portal.azure.com/
- Navigate to Azure Active Directory.
Click App registrations > New registration.
- Enter the application Name.
- Select the ‘Supported account types’ as Accounts in this organizations directory only.
- Enter the Redirect URI as https://localhost:4443/api/OneDriveAccessdata
- Click Register.
- Ensure these details are recorded for future reference.
- Click API permissions > Add a permission.
- The Request API permissions pane is displayed:
- Click Microsoft Graph.
- Select Application permissions.
- Search and select the corresponding permissions as provided below:
- Files.Read.All
- Sites.Read.All
- User.Read.All
- Click Add permissions.
- Click the Grant admin consent for <Tenant_Display_Name> button and click ‘Yes’.
- Click Certificates & secrets > New client secret.
- Enter the key Description.
- Choose the expiration time and click Add.
- Copy the generated Secret key before navigating to the other page since it can’t be re-invoked again.
- Navigate to Azure Active Directory > Enterprise applications.
- Search and select the created application.
- Click on Permissions in the left pane.
- Click the Grant admin consent for <Tenant_Display_Name> button.
- The admin consent window will be displayed.
- The admin consent window will be displayed.
- Click Accept.