-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"invalid_client" "Please provide valid client credentials using HTTP Basic Authentication." #466
Comments
Hi @nxverma Hmm, that is a strange error. I am assuming the provider itself is also configured correctly? Do you maybe have more information for me? When did this start happening? What are you trying to execute? Thanks! |
We are observing similar issues in our environments. Example error:
We provide: COMMERCETOOLS_CLIENT_ID
COMMERCETOOLS_CLIENT_SECRET
COMMERCETOOLS_PROJECT_KEY
COMMERCETOOLS_SCOPES
COMMERCETOOLS_API_URL
COMMERCETOOLS_TOKEN_URL Scopes given: Plan worked as expected but we are observing this on apply. Provider version: |
Hi any updates on this topic? I ran into the same issue with following terraform code:
|
Managed to get a working setup with following terraform, by appending authentication in token_url as shown here: https://docs.commercetools.com/getting-started/make-first-api-call#auth-url-and-parameters
|
we are facing issue while running TF code . Our creds are correct as working in Postman and other
Error: Post "https://api.us-central1.gcp.commercetools.com/<project_key>/tax-categories": oauth2: "invalid_client" "Please provide valid client credentials using HTTP Basic Authentication."
The text was updated successfully, but these errors were encountered: