Register a new application at Azure portal for SharePoint connections
Register a new application at Azure portal for Microsoft SharePoint integration.
Before you begin
Role required: admin, Azure admin
Procedure
- Sign in to Microsoft Azure portal using your Microsoft account as Azure admin.
-
Navigate to Azure Services > Application Registration > New Registration.
Note:In case if you don't find, navigate to Azure Services and search for App Registration.
-
Enter the name of the application.
For example, Microsoft SharePoint graph.
- Select Supported account types: Accounts in this organizational directory only (Service Now only - Single tenant).
- Select Web type from the drop down list under the Redirect URI (optional) field.
-
Enter ServiceNow AI Platform® instance redirect URL in the allowed redirect URL field.
For example, https://<InstanceName>.service-now.com/oauth_redirect.do.
- Click on Register and make sure the page is displayed with Overview section.
- Make a note of the Client ID and Tenant ID from Essentials section of the Overview page.
-
Under API Permissions, add the Microsoft Graph permission:
- Click Add a permission.
- Select Microsoft Graph.
- Select Application Permissions.
- From the Sites list, select Sites.Selected permission.
- Click Add permissions.
-
Under API Permissions, add the SharePoint permission:
- Click Add a permission.
- Select SharePoint.
- Select Application Permissions.
- From the Sites list, select the Sites.Selected permission.
- Click Add permissions.
-
After adding the permissions, click on Grant admin consent.
All the permissions are now admin consented.