---
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


---

# Setup Microsoft OneDrive for Document Services

# Setup Microsoft OneDrive 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

Integrate the ServiceNow instance and Microsoft OneDrive for Document Services by creating a custom
OAuth application in Document Services to authenticate ServiceNow requests.

## Vorbereitungen

* Request an Integration Hub subscription.
* Set up and connect Microsoft Entra ID Spoke, see [Set up Microsoft Entra ID spoke](https://www.servicenow.com/docs/access?context=set-up-azure&version=australia&pubname=australia-integrate-applications&ft:locale=en-US) and [Microsoft OneDrive Spoke](https://www.servicenow.com/docs/access?context=onedrive-spoke&version=australia&pubname=australia-integrate-applications&ft:locale=en-US).

{#configure-ms-onedrive-doc-services__ul_atl_lhg_15b}  
Microsoft OneDrive requirements:

* Microsoft OneDrive account
* [Microsoft Azure](https://portal.azure.com) account
* Microsoft OneDrive tenant administrator credentials
{#configure-ms-onedrive-doc-services__ul_g53_xhg_15b}

Role required: admin

## Warum und wann dieser Vorgang ausgeführt wird

Complete these steps from your [Azure](https://docs.microsoft.com/en-us/azure/) Developer account. See the [Azure](https://docs.microsoft.com/en-us/azure/) product documentation for instructions on creating and configuring custom applications.

## Prozedur

1. Log in to the Microsoft Azure registration portal with your organization credentials.  
   For more information, see the Microsoft documentation on the [Microsoft Azure App registration portal](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade).
2. Register a new custom application.
   1. Provide the application name and the supported account type.
   2. Select Register.
   3. Enter the redirect URL in the following format: <kbd class="ph userinput">https://&lt;instance&gt;.service-now.com/oauth_redirect.do</kbd>.

   An overview of the application's basic information is Displayed.
3. Copy the application ID to a text file.  
   You will use this ID and the client secret generated in the next step to register the app as a third-party OAuth provider on your ServiceNow instance. The application ID is the client ID when you connect the application to your ServiceNow instance.
4. Add a client secret.
   1. In Microsoft Azure, navigate to ManageCertificates \& secrets.
   2. Provide a description and an expiration date.
   3. Select Add.
   {#configure-ms-onedrive-doc-services__substeps_dzd_nct_whb}
5. Enable the permissions you want the application to support.  
   For more information, see the [Microsoft Graph permissions reference](https://docs.microsoft.com/en-us/graph/permissions-reference) documentation.
   1. In Microsoft Azure, navigate to ManageAPI permissions.
   2. Click the Microsoft Graph tile.
   3. Select the delegated or application permissions that the application supports.  
      Delegated permissions enable the application to access the API as a signed-in user.

      Application permissions enable the application to run as a background service or daemon without a signed-in user.

      You must mention these API permissions in the OAuth Entity scopes tab while configuring the [application registry](https://www.servicenow.com/docs/access?context=setup-msonedrive&version=australia&pubname=australia-integrate-applications&section=register-onedrive-oauth&ft:locale=en-US).
   4. Ensure that required API permissions are provided for your custom app.  
      {#configure-ms-onedrive-doc-services__table_frf_zjg_15b__entry__2}

      | Name | OAuth scope |
      |-|-|
      | Files.Read | Files.Read |
      | Files.Read.All | Files.Read.All |
      | offline_access | offline_access |
      | Files.ReadWrite | Files.ReadWrite |
      | Files.ReadWrite.All | Files.ReadWrite.All |
      | AuditLog.Read.All | AuditLog.Read.All |
      | Directory.AccessAsUser.All | Directory.AccessAsUser.All |
      | Directory.Read.All | Directory.Read.All |
      | User.Read | User.Read |
      [ ]

      {#configure-ms-onedrive-doc-services__table_frf_zjg_15b}
   5. Select Add permissions.
   {#configure-ms-onedrive-doc-services__substeps_ddd_zft_whb}

## Nächste Maßnahme

[Register Microsoft OneDrive as an OAuth provider for Document Services](https://servicenow-prod.fluidtopics.net/8xmBkPEcCSmFg7SbIH1QvQ "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.")

