Skip to content
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 client credentials using collection variables error "'send-collection-oauth2-request': AggregateError" #3202

Open
2 tasks done
lucasvc opened this issue Sep 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lucasvc
Copy link

lucasvc commented Sep 26, 2024

I have checked the following:

  • I use the newest version of bruno.
  • 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

Error invoking remote method 'send-collection-oauth2-request': AggregateError

(see second screenshot below).

.bru file to reproduce the bug

No response

Screenshots/Live demo link

1 token-request-REDACTED
2 collection-auth-token-REDACTED

@lucasvc lucasvc added the bug Something isn't working label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant