This section describes the steps to configure the |
In , you must create the client app that the
uses OAuth 2.0 to access and connect to your
data.
Navigate to Admin > WebServices. Copy the REST API End point value to a text file.
Tip: These values must be provided to the client that you create for the |
After the client app is created, you must create an OAuth 2.0 client in the
, which is used to integrate with the client app that you created above.
NOTE: You must create one OAuth 2.0 client in the |
Steps:
Specify the new client. Apply the following values:
Setting | Description | |
---|---|---|
Type | Set to | |
Name | Display name for the OAuth 2.0 client in the | |
Client ID | The client identifier for the | |
Client Secret | The client identifier for the | |
Authorization URL | Leave it as blank. | |
Token URL | Set this value to the following:
You can copy the value from Admin > Web Services menu in the REST API section as Identity. Append /oauth/token to this URL. | |
Access Token Expires In | Set this value to 3600000 ms. | |
Refresh Token Expires In | Set this value to 0. |
For more information, see Create OAuth2 Client.
After you have created the OAuth 2.0 client app and client, you can create a connection in the to access your
data.
NOTE: You must create a separate connection for each OAuth 2.0 client that is available in the |
For more information, see Marketo Connections.