-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
OAuth 2.0 with Client Credentials not working #3021
Comments
Client ID, secret and access token URL are required fields, you skipped it only for privacy, or you actually did not configure it? Does it work in Postman if you select client authentication to send in Request body instead of Basic Auth header (possibly the cause, as Bruno uses the latter)? |
Yes, I configured those values but censored them in the screenshot. The docs for this particular API mentions Basic Auth header, and it works. I haven't tried sending it in the body. What does the body content look like in Bruno's case? I can try it when I get back to the office. |
I tried sending client credentials in the body in Postman, and it failed. |
I have checked the following:
Describe the bug
I am trying to do OAuth with Client Credentials in Bruno, basically the equivalent of this Postman setup.
It works in Postman but I'm getting an error in Bruno. I can't see the actual request sent out by Bruno, and I'm not sure how I go about diagnosing this issue.
.bru file to reproduce the bug
No response
Screenshots/Live demo link
I have included screenshots in the description above.
The text was updated successfully, but these errors were encountered: