---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Register Microsoft OneDrive as an OAuth provider for Document Services

# Register Microsoft OneDrive as an OAuth provider for Document Services {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Use the information generated during Microsoft OneDrive account
configuration to register Microsoft OneDrive as an OAuth provider and allow
the instance to request OAuth 2.0 tokens.

## Vorbereitungen

Role required: admin

## Prozedur

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

   | Field | Value required |
   |-|-|
   | Name | Name to uniquely identify the record. |
   | Client ID | Application ID of the OneDrive application you created in Microsoft Azure. |
   | Client Secret | The Client Secret you generated when you created the application in Microsoft Azure. |
   | Default Grant type | This value should be Authorization Code. |
   | Authorization URL | <kbd class="ph userinput">https://login.microsoftonline.com/common/oauth2/v2.0/authorize</kbd> Note that you have to unlock this field and then lock it again. |
   | Token URL | <kbd class="ph userinput">https://login.microsoftonline.com/common/oauth2/v2.0/token</kbd> Note that you have to unlock this field and then lock it again. |
   | Redirect URL | <kbd class="ph userinput">https://&lt;instance&gt;.service-now.com/oauth_redirect.do</kbd> Note that you have to unlock this field and then lock it again. |
   [Tabelle : 1. Application Registries form]

   {#register-ms-onedrive-oauth-provider__table_bxw_mkg_15b}
5. Right-click in 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 Microsoft OneDrive application.
   1. Select Insert a new row.
   2. Enter the name and the OAuth scope of the permission, which for these Document Services scopes are the same for both values.  
      * Files.Read
      * Files.Read.All
      * offline_access
      * Files.ReadWrite
      * Files.ReadWrite.All
      {#register-ms-onedrive-oauth-provider__ul_qwp_yz2_35b}
7. Right-click in the form header and select Save.
8. Select Update.

## Ergebnisse

The system validates the OAuth credentials.

