Manish Khatri
06/02/2023, 2:19 PMclient_credentials
grant type on the UI?
The API seems to expect this, otherwise it fails to get a token (401 Client Error: Unauthorized for url: https://….
) due to the fact it is unable to authenticate the request.
https://docs.commercetools.com/api/authorization#client-credentials-flowkapa.ai
06/02/2023, 2:19 PMkapa.ai
06/02/2023, 2:19 PMclient_credentials
grant type in OAuth. For OAuth authentication, you can configure the token refresh endpoint, OAuth scopes, token expiry property name, token expire property date format, and access token property name [source](https://docs.airbyte.com/connector-development/connector-builder-ui/authentication#oauth). But it doesn't seem to cover the specific use case you mentioned. If the Connector Builder UI doesn't support your specific authentication requirements, you might consider using the [low-code CDK](https://docs.airbyte.com/connector-development/config-based/low-code-cdk-overview) or [Python CDK](https://docs.airbyte.com/connector-development/cdk-python/) to implement your connector with custom authentication methods. For more information on authentication methods supported by the Connector Builder UI, you can refer to this [documentation](https://docs.airbyte.com/connector-development/connector-builder-ui/authentication).Manish Khatri
06/02/2023, 2:21 PMkapa.ai
06/02/2023, 2:21 PMkapa.ai
06/02/2023, 2:21 PMJoe Reuter (Airbyte)
06/02/2023, 2:24 PMJoe Reuter (Airbyte)
06/02/2023, 2:25 PMJoe Reuter (Airbyte)
06/02/2023, 2:25 PMJoe Reuter (Airbyte)
06/02/2023, 2:25 PMJoe Reuter (Airbyte)
06/02/2023, 2:27 PMJoe Reuter (Airbyte)
06/02/2023, 2:28 PMManish Khatri
06/02/2023, 2:32 PMJoe Reuter (Airbyte)
06/02/2023, 2:33 PMJoe Reuter (Airbyte)
06/02/2023, 2:34 PMJoe Reuter (Airbyte)
06/02/2023, 2:34 PMJoe Reuter (Airbyte)
06/02/2023, 2:35 PMJoe Reuter (Airbyte)
06/02/2023, 2:35 PMJoe Reuter (Airbyte)
06/02/2023, 2:37 PMJoe Reuter (Airbyte)
06/02/2023, 2:38 PMJoe Reuter (Airbyte)
06/02/2023, 2:38 PMManish Khatri
06/02/2023, 2:42 PM