Adding an HTTP PATCH Client connection using OAuth 2.0
Add an HTTP PATCH Client connection that uses OAuth2.0 so you can send PATCH-supported HTTP requests to HTTP and HTTPS-enabled servers.
Before you begin
The steps and fields change depending on your selected grant type.
Procedure
-
Create an HTTP PATCH Client connection.
-
Enter the Base URL.
For example,
https://www.googleapis.com/oauth2/v3/token -
Set the Authentication Type to OAuth 2.0.
-
For Grant Type, select one of the following:
a. Authorization Code — An authorization code is exchanged for an access token.
b. Resource Owner Credentials — The resource owner’s credentials (user name and password) are sent to a client, which forwards them in a request to an authorization server for an access token. The server then returns an access token (and optionally a refresh token) to the client.
c. Client Credentials — The client authenticates themselves with a client ID and client secret.
-
Enter the Client ID used with the application.
-
Click Client Secret and enter the password obtained from the application.
-
Authorization Code — Enter the Authorization Token URL.
-
In the Scope field, enter an optional, space-delimited list that defines permission restrictions and resource limitations for the access token.
-
Authorization Code — Add an Authorization Parameter name and value.
-
Enter the Access Token URL.
-
Optional: Add an Access Token Parameter name and value.
-
Authorization Code and Resource Owner — Click Generate and then click Accept to authenticate.
A message indicates if the access token was successful. In the main window, the encrypted access token appears in the Access Token field.
-
Click Save to save the connection configuration.