Skip to main content

Add the GraphQL Connector

Authenticate to GraphQL

After you add the connector, you need to set the required properties. URL: Enter the URL for your GraphQL service. supports authenticating to in several ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.

None

Basic

OAuth

To connect with OAuth custom credentials, specify the following properties:
  • Auth Scheme: Select OAuth.
  • OAuth Version: Select the OAuth version that you want to use. The versions are Disabled (default), 1.0, and 2.0.
  • OAuth Client Id: Enter the client Id that you were assigned when you registered your application with an OAuth authorization server.
  • OAuth Client Secret: Enter the client secret that you were assigned when you registered your application with an OAuth authorization server.
  • OAuth Authorization URL: Enter the OAuth authorization URL that you need to authorize request tokens when you sign in.
  • OAuth Access Token URL: Enter the URL from which the request for the access token is made.
  • OAuth Refresh Token URL: Enter the URL from which the refresh token is exchanged for a new access token when the old one expires. Note that for your data source, this URL might be the same as the access-token URL.
  • (Optional) OAuth Request Token URL: Enter the URL from which the application requests the request token.

OAuth PKCE

To connect with the OAuth PKCE extension, set the following properties:
  • Auth Scheme: Select OAuthPKCE.
  • OAuth Client Id: Enter the client Id that you were assigned when you registered your application with an OAuth authorization server.
  • OAuth Authorization URL: Enter the OAuth authorization URL that you need to authorize request tokens when you sign in.
  • OAuth Access Token URL: Enter the URL where the request for the access token is made.
  • OAuth Refresh Token URL: Enter the URL where the refresh token is exchanged for a new access token when the old one expires. Note that for your data source, this URL might be the same as the access-token URL.

AWS Cognito Secure Remote Password

AWS Cognito Basic

Complete Your Connection

To complete your connection:
  1. Define advanced connection settings on the Advanced tab. (In most cases, though, you should not need these settings.)
  2. Connect to to connect to your account.
  3. Click Create & Test to create your connection.

More Information