Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to access OneDrive an user account with sufficient privileges must be supplied. It is recommended the account be the site administrator.

...

Azure AD Application 

...

In order to access OneDrive APIs, you'll need to create an Azure AD Application. 

Create the Azure AD Application

  1. Log into the Azure Management Portal
  2. Click on “Azure Active Directory” option
  3. Select the “App registrations” option
  4. Click on “New application registration” button
  5. Create the application using the following values:
    1. Name: Any name you want. Ex.: “Aspire OneDrive Connector Dev”
    2. Application type: “Web app / API”
    3. Sign-on URL: Any unique URL. Ex.: “http://aspireonedriveconnector.companydomain.com
  6. Click on “Create” button
  7. Select the application name in the list of applications to get to the application settings
  8. Select the “Properties” option and copy the “Application ID” value (used in the connector configuration)


Windows or Linux

...

The OneDrive connector run on either Windows or Linux.

...