Error while requesting the token using the OAuth 2.0 authentication

Hi @Kousikdh and @lpascoe … I was able to resolve the issue…
Find the below configurations to resolve the issue:

  1. In the Tulip Connector, I have selected the Authentication Type as OAuth 2.0 (Bearer Token)

  2. I have configured 2 functions in the connector, 1) To Fetch the Token 2) To get the production data

  3. In the request body of the connector Function (to fetch the Token), I have configured the " grant_type " as " client_credentials " and added other details like “client_id” , “client_secret” and “scope” (which are mandatory fields for the OAuth2.0 authentication)

  4. Another function to fetch the production data, Request Headers are configured with “Subscription Key” and “Authorization”

Thanks,
Shrinivas

1 Like