The Dropbox Connectors Outbound Provisioning functionality is built using Dropbox’s REST API, which requires an OAuth 2.0 access token for authentication. To obtain the access token, you must obtain an app key and secret from Dropbox.

  1. Sign on to Dropbox as an administrative user.
  2. Go to My Apps for Dropbox.
  3. Click the Create app button.
  4. Click Dropbox Business API as the API to use.
  5. Click Team member management as the type of access you need.
  6. Give your application a name, such as PingFederate Provisioning.
  7. Click the Create app button.
  8. Copy the App Key and App secret values to use in the next section.
  9. Add the following URL to the Redirect URIs.
    https://oauth.pingone.com/ocs/ppm/rest/v1/oauth/oastempcredresponse/
  10. Optional: Click the Apply for production button to open your app to more users.
    Note:

    Development status only allows your app to be accessed by up to 100 users.