---
sourceDocument: Australia ServiceNow AI Platform Administration
sourceDocumentLink: https://www.servicenow.com/docs/r/platform-administration

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Register OAuth provider for sending email

# Register an application as an OAuth provider {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Use the information generated during Microsoft Azure account configuration to register an application as an OAuth provider.

## Before you begin

Role required: admin

## Procedure

1. Navigate to AllSystem OAuthApplication Registry.
2. Select New.
3. On the What kind of OAuth application screen, select Connect to a third-party OAuth Provider.
4. On the form, fill in the fields.  
   {#register-application-oauth-send-msgraph__table_alw_kq3_gfb__entry__2}

   | Field | Value required |
   |-|-|
   | Name | Name to uniquely identify the record. |
   | Client ID | Application ID of the application you created in Microsoft Azure. |
   | Client Secret | The client secret that you generated when you created the application in Microsoft Azure. Note: When using certificates, the Client Secret is a dummy value. |
   | OAuth API Script | OAuth API script name. For more information see, [OAuth API Script](https://www.servicenow.com/docs/pXqcFMuIJq_Pnjjodocd9w "Create and duplicate an OAuth API script for application registry."). Note: This is required only while using certificates. |
   | Default Grant type | Client Credentials. |
   | Token URL | Token URL copied after configuring the Microsoft Azure account. |
   | Redirect URL | <kbd class="ph userinput">https://&lt;instance&gt;./oauth_redirect.do</kbd> Note: This URL should be the same as the URL in Microsoft Azure. |
   [Table 1. Application Registries form]

   {#register-application-oauth-send-msgraph__table_alw_kq3_gfb}
5. Select and hold (or right-click) the form header and select Save.  
   An OAuth Entity Profile record is created.
6. In the OAuth Entity Scopes related list, add scopes to match the permissions you defined when you configured the application.
7. Select Insert a new row.
8. Enter <kbd class="ph userinput">Default</kbd> as the name and <kbd class="ph userinput">.default</kbd> as OAuth scope.
9. Select and hold (or right-click) the form header and select Save.
10. In the OAuth Entity Profiles embedded list, select the profile created by default.
11. In the OAuth Entity Scopes embedded list, add a new row and select the Default scope.
12. Select Update.
{#register-application-oauth-send-msgraph__steps_i1l_jcy_f3c}

*[\>]: and then


