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 have a collection which requires authentication based on OAuth 2.0 client credentials flow.
So I configured the collection with some of the required variables: root_url, client_id and client_secret.
If I create a request to retrieve the token, it works like a charm (see first screenshot below).
But when configuring the collection authentication similarly, it fails with the error
I have checked the following:
Describe the bug
I have a collection which requires authentication based on OAuth 2.0 client credentials flow.
So I configured the collection with some of the required variables:
root_url
,client_id
andclient_secret
.If I create a request to retrieve the token, it works like a charm (see first screenshot below).
But when configuring the collection authentication similarly, it fails with the error
(see second screenshot below).
.bru file to reproduce the bug
No response
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered: