---
sourceDocument: Yokohama Data and Automation
sourceDocumentLink: https://www.servicenow.com/docs/r/yokohama/integrate-applications

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Data and Automation

ft:clusterId :

    - crint

bundleId :

    - crint

workflow :

    - Creator


---

# Configure OAuth application in Microsoft Azure

# Configure OAuth application in Microsoft Azure {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Create an OAuth application in Microsoft Azure to verify and authorize connection requests from your ServiceNow instance.

## Before you begin

Role required: admin

Access to Microsoft Azure portal to create an OAuth application.

## Procedure

1. Register an application on Microsoft Azure.
   1. Log in to <https://portal.azure.com/>.
   2. Select App registrations.  
   3. On the App registrations page, select + New registration.
   4. Fill the form.  
      {#configure-oauth-application-in-microsoft-azure__table_b34_dxv_byb__entry__2}

      | Field | Description |
      |-|-|
      | Name | Custom name of the OAuth application that you are creating. |
      | Supported account types | Accounts the tenant in Microsoft Azure AD directory supports. |
      | Redirect URI | The redirect URL to your ServiceNow instance that requests connection to Microsoft SharePoint online. From the Select a platform list, select Web and enter your ServiceNow instance URL in the format <kbd class="ph userinput">https://&lt;instance-name&gt;.service-now.com/oauth_redirect.do</kbd>. |
      [Table 1. Register an application]

      {#configure-oauth-application-in-microsoft-azure__table_b34_dxv_byb}

   5. Select Register.  
      The OAuth app is registered.
   {#configure-oauth-application-in-microsoft-azure__substeps_y1h_vgw_pyb}
2. To get the application ID, from the OAuth application page, copy the Application (client) ID.  
   You need the Application (client) ID when you set up the connection record for Microsoft SharePoint Graph.
3. Get the client secret.
   1. On the OAuth application page, select Certificates \& secrets.  
   2. Select + New client secret.  
   3. Set up the client secret.  
      * Description: A contextual description of the client secret.
      * Expires: Time limit after which the client secret is invalid.

      {#configure-oauth-application-in-microsoft-azure__ul_rr4_s4g_ryb}  
      Note:  
      You need the client secret when you set up the connection record for Microsoft SharePoint Graph.
   4. Select Add.  
      The Client secret is generated.
   5. Copy the secret and store at a secure place.  
      ![Client secret copy button.]()
   {#configure-oauth-application-in-microsoft-azure__substeps_olm_n4g_ryb}

