Please enter search query.
Search <book_title>...
Arctera Data Insight
Last Published:
2025-01-30
Product(s):
Veritas Alta Data Insight (1.0)
- About Arctera Data Insight
- Dashboard
- Workspace
- Installing Collector Node
- Servers
- Data Sources
- Filers
- SharePoint Online
- OneDrive
- Directory Services
- Health and Monitoring
- Classification
- File Groups
- Reports
- Workflows
- Data Remediation
- Users and Access
Creating an application in the SharePoint Admin Center
To create an application in the SharePoint Admin Center,
- Copy the Client ID of the app created in the Azure portal App
- Navigate to https://<organization-name>-admin.sharepoint.com/_layouts/15/appinv.aspx
- Paste the Client ID copied from the Azure portal App in the App Id field
- Click Lookup
- Add localhost.com in the App Domain field
- Add https://localhost.com/default.aspx in the Redirect URL field
- Add following XML in the App's Permission Request XML
<AppPermissionRequests AllowAppOnlyPolicy="true">
<AppPermissionRequest Scope="http://sharepoint/content/tenant"
Right="FullControl"/>
</AppPermissionRequests>
- Click Create
- Click Trust It
You will be redirected to the SharePoint admin center.