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.
Register an app.
- Under App Registrations, select New registration.
New app registration.
- Provide a name and select Register.
Registering an app.
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.
Add a client secret.
- Copy the Value of client secret for later use.
Copy the client secret.
Select API permissions.
Under Configured permissions, select Add a permission.
Under Request API permissions, select Microsoft Graph.
Add permissions.
Select Application permissions.
Ensure that these permissions are provided to your custom app:
- User.Read.All
- CallRecords.Read.All For more information about the API permissions, see Add permissions to access your web API in Microsoft Learn.
Select Add permissions.
Application\_permissions
- Select Grant admin consent.
Grant\_permissions
The system prompts you to confirm your consent.
Select Yes.
A confirmation message is displayed that admin consent is granted for the requested permissions.
Confirmation\_message