Creating or editing an endpoint for MS Office 365 OneDrive activity
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.
Selecting or editing a MS Office 365 OneDrive endpoint
To select or edit a MS Office 365 OneDrive endpoint:
- In the Create Endpoint or Edit Endpoint pane,
configure the MS Office 365 endpoint as described in the following table.Note: Changing the configuration properties of an endpoint affects all orchestrations that use that endpoint in the project. The edits are global, not local.
- Click Test Connection to confirm that the connection details are valid and you are able to connect to the MS Office 365 OneDrive successfully.
- Click OK.
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”.