Register a custom application in Microsoft Azure portal
Provide authorization for the ServiceNow instance by registering a custom application with Azure Active Directory.
Before you begin
Role required: Azure Active Directory admin
Procedure
- Log in to the Microsoft Azure portal.
-
Under Azure services, select
App
registrations.
-
Under App Registrations, select New registration.
-
Provide a name and select Register.
The application is registered and essential application details are displayed.
- Copy and record the value of Application (client) ID and Directory (tenant) ID for later use.
- Select Certificates & secrets, and select New client secret.
-
In the form, provide the Description and select Add.
-
Copy the Value of client secret for later use.
- Select API permissions.
- Under Configured permissions, select Add a permission.
-
Under Request API permissions, select Microsoft Graph.
- Select Application permissions.
-
Ensure that these permissions are provided to your custom app:
- User.Read.All
- CallRecords.Read.All
-
Select Add permissions.
-
Select Grant admin consent.
The system prompts you to confirm your consent.
-
Select Yes.
A confirmation message is displayed that admin consent is granted for the requested permissions.