You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched existing issues and found nothing related to my issue.
Describe the bug
I am using the GUI on latest version 1.13.0.
I am having an issue with OAuth2 using Client Credentials grant type:
When I initiate the request, I only get the result from the request to the access token URL, not the result from the main request.
The JSON with the access_token is displayed but nothing else; the main request either isn't being made, or at least its result isn't displayed in the response or in the timeline.
Moreover, the wrong URL is displayed in the timeline, I see my main request URL not my IAM/Oauth 2 server URL. Despite the call being made to the right IAM/Oauth 2 URL as I can see a successful response with access_token in the "Response" window.
.bru file to reproduce the bug
No response
Screenshots/Live demo link
As an example here is the timeline, with a call to my IAM for the access_token and nothing more:
This is duplicate of #1999 and I am currently experimenting with the fix in #2061. I would appreciate you tried running your request on a version build from that code. That's unless @helloanoop is not baking something entirely different ;).
I have checked the following:
Describe the bug
I am using the GUI on latest version 1.13.0.
I am having an issue with OAuth2 using Client Credentials grant type:
When I initiate the request, I only get the result from the request to the access token URL, not the result from the main request.
The JSON with the access_token is displayed but nothing else; the main request either isn't being made, or at least its result isn't displayed in the response or in the timeline.
Moreover, the wrong URL is displayed in the timeline, I see my main request URL not my IAM/Oauth 2 server URL. Despite the call being made to the right IAM/Oauth 2 URL as I can see a successful response with access_token in the "Response" window.
.bru file to reproduce the bug
No response
Screenshots/Live demo link
As an example here is the timeline, with a call to my IAM for the access_token and nothing more:
The text was updated successfully, but these errors were encountered: