Hi @Kousikdh and @lpascoe … I was able to resolve the issue…
Find the below configurations to resolve the issue:
-
In the Tulip Connector, I have selected the Authentication Type as OAuth 2.0 (Bearer Token)
-
I have configured 2 functions in the connector, 1) To Fetch the Token 2) To get the production data
-
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)
-
Another function to fetch the production data, Request Headers are configured with “Subscription Key” and “Authorization”
Thanks,
Shrinivas