Register Microsoft OneDrive as an OAuth provider for Document Services
Use the information generated during Microsoft OneDrive account configuration to register Microsoft OneDrive as an OAuth provider and allow the instance to request OAuth 2.0 tokens.
Before you begin
Role required: admin
Procedure
Navigate to All > System OAuth > Application Registry.
Select New.
On the screen titled What kind of OAuth application, select Connect to a third-party OAuth Provider.
On the form, fill in the fields.
| Field | Value required |
|---|---|
| Name | Name to uniquely identify the record. |
| Client ID | Application ID of the OneDrive application you created in Microsoft Azure. |
| Client Secret | The Client Secret you generated when you created the application in Microsoft Azure. |
| Default Grant type | This value should be Authorization Code. |
| Authorization URL | `https://login.microsoftonline.com/common/oauth2/v2.0/authorize` Note that you have to unlock this field and then lock it again. |
| Token URL | `https://login.microsoftonline.com/common/oauth2/v2.0/token` Note that you have to unlock this field and then lock it again. |
| Redirect URL | `https://
ResultThe system validates the OAuth credentials. Parent Topic:Microsoft OneDrive integration with Document Services |