Creating or editing an endpoint for MS Office 365 OneDrive activity
MS Office 365 OneDrive endpoints provide the configuration information that Studio and the Integration Appliance use to connect to a MS Office 365 OneDrive server. MS Office 365 OneDrive uses OAuth 2.0 authentication mechanism to authenticate and authorize users to perform operations.
About this task
Note: Before creating an MS Office 365 OneDrive endpoint, you need to download and install the MS Office 365 OneDrive connector.
Any changes you make to the MS Office 365 OneDrive endpoint, including
configuration properties, affects all the orchestrations that use
that endpoint, as the edits are global, not local.For information about downloading and installing the connector, see Downloading and installing plug-in connectors
Procedure
Field Name | Description |
Base URL | Host name or tenant of the server that serves as the REST endpoint |
OAuth Access Token | OAuth access token generated from MS Office 365 OneDrive for authentication |
OAuth Refresh Token | OAuth refresh token generated from MS Office 365 OneDrive while generating OAuth Access token |
Application Client ID | Application client ID generated from the server where the application is hosted |
Application Client Secret | Application client secret generated from the server where the application is hosted |
Note: To generate the access token, refer to the MS Office 365 API documentation
relating to “OAuth2 Authentication Support in MS Office 365 REST API”.