Discuss this help topic in SecureBlackbox Forum
Clouds: Register application on OneDrive service
In order to get access to OneDrive cloud from your application,
it's required to register a new application in My Applications section on Microsoft site first.
If you already have a registered application, you can use its credentials.
Please follow the steps below to get your application registered:
- Click the "Create Application".
- Next provide enter your app name, choose the language of your authentication page, then click "Accept" button.
- In the lefhand panel choose "API settings" command. If you plan to use the embedded browser for user authentication, then switch the "Mobile or desktop client app" setting to Yes.
If you plan to use an external browser for authentication, then the "Redirect URL" field must be filled with the URL for redirection during authentication (eg. http://localhost:2180/).
This is the URL, where the application will wait for the authentication code.
- In the lefhand panel choose "App settings" command and copy "Client ID" and "Client Secret" values for future use in your application.
How To articles about OneDrive cloud
Discuss this help topic in SecureBlackbox Forum