OneDrive Integration with Aptify Web

With OneDrive integration, an option will now be available for Aptify Web Users to be able to download/attach files from OneDrive to Aptify Web application. Please note that the Existing attachment feature available in Aptify Web will not be impacted and will continue to work as expected.

Perform the following steps to configure the OneDrive integration:

Pre-requisites

  1. Generate OneDriveAppID on Azure where you need to register your hosted Aptify application.
  2. To generate OneDriveAppID, follow the instructions given here.

Note: Please contact your IT team and extract the OneDrive account Secret Key.
Refer https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal for the steps to extract the same.

Configuration steps

  1. Open “Applications.Configuration.External.js” attribute file which is generally available under C:\inetpub\wwwroot\Aptify\script\Aptify\configuration path.
  2. Look for below OneDrive code where you need to enter OneDriveAppID and OneDriveRedirectURL:

    Update the following attributes OneDriveAppID and OneDriveRedirectURL in the config file as shown below:

    Aptify.applications.configuration.OneDriveApp= <Insert the OneDrive App ID found from step 1 above>

    Aptify.applications.configuration.OneDriveRedirectURL= <Insert the application URL here>

  3. Save file, reset IIS, and clear cache.
  4. Please click here to know more about how to work with OneDrive Integration.