Summary

This article describes the configuration steps required in Azure AD to allow OneDrive access from InfoBurst.


Azure AD OAuth

The Azure AD OAuth method requires a server callback from Microsoft. This callback requires InfoBurst to be SSL-enabled. Enable SSL before proceeding with below steps.


The App Secret has an expiry date designated by the Azure AD administrator. An expired Secret will prevent InfoBurst from authenticating to Azure AD. Plan to update the Secret in Azure AD and OneDrive Platform accordingly.


Step 1 (InfoBurst):
Obtain Callback URI
  • Select System > Configuration > Authentication
  • Select OAuthCallbackURI
  • Note value for use in Azure AD
Step 2 (Azure AD):
Register App
  • Select App Registrations
  • Select New registration
  • Enter a Name
  • Under Redirect URI select Web
  • Enter Callback URI from Step 1
  • Select Register
  • Note Application (client) ID and Directory (tenant) ID for use in InfoBurst
  • Select Certificates & secrets
  • Select New client secret
  • Enter Description
  • Select Expiry
  • Select Add
  • Note Value for use in InfoBurst
Step 3 (Azure AD):
Grant API Permissions
  • Open App registrations
  • Select the App created in Step 1
  • Select API Permissions
  • Select Add a permission
  • Select Microsoft Graph
  • Select Delegated permissions
  • Select the following permissions:
    • Files > Files.ReadWrite.All
  • Select Add Permissions
Step 4 (InfoBurst):
Create OneDrive Platform
  • Select System > Platforms > New Platform
  • Select Type > OneDrive
  • Enter Name
  • Under Azure AD Authentication > OAuth enter Application ID, Application Client Secret, and Directory (Tenant) ID
  • Select Save
  • Select Begin Authentication (new Microsoft authentication tab opens). This step adds Platform Credentials only for the InfoBurst administrator user. See User Access below for user Platform Credentials process.
  • Select Accept
  • Return to InfoBurst
  • Select Close


User Access

Each InfoBurst intending to use the OneDrive Platform must first add Platform Credentials:

  • Select the user profile (username top right)
  • Select Platform Credentials
  • Select +
  • Select the OneDrive Platform
  • Select Begin Authentication (new Microsoft authentication tab opens)
  • Select Accept
  • Return to InfoBurst
  • Select Close


Token Maintenance

User authentication tokens issued by Microsoft can expire. Use the following process to renew an authentication token:

  • Select user profile
  • Select Platform Credentials
  • Select the OneDrive Platform
  • Select Update Authentication to renew token


See Also

Platform Configurations

Destinations