Obtain client ID and secret from Box
About this task
The Box Connector’s outbound provisioning functionality is built using Box’s REST API, which requires an OAuth 2.0 access token for authentication. To obtain the access token, you will need to first obtain an app key and secret from Box.
Steps
-
Sign on to your Box account as an administrative user for your organization.
-
Go to Dev Console.
-
Go to My Apps.
-
Select Create New App.
-
Select Enterprise Integration.
-
On the Authentication Method screen, select Standard OAuth 2.0 (User Authentication).
-
Give your application a name, such as 'PingFederate Provisioning'.
-
In the OAuth 2.0 Credentials section, copy the Client ID and Client Secret values for later use.
-
Update the Redirect URI field with the following URL:
-
https://oauth.pingone.com/ocs/ppm/rest/v1/oauth/oastempcredresponse/
-
-
Click Save Changes.