usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
27.6k stars 1.27k forks source link

Oauth2 with client credentials sent as header #3468

Closed ivank closed 1 week ago

ivank commented 1 week ago

I have checked the following:

Describe the feature you want to add

The Access Management system that we are using (]Gravitee](https://documentation.gravitee.io/am)) similar to Okta requires client credentials to be sent as a Authorization: Basic header rather than parameters. Postman already has a dropdown for that for that

This is a blocker for us for using Bruno unfortunately as we cannot change how access management requires its client credentials.

Mockups or Images of the feature

This could be a similar feature: https://github.com/postmanlabs/postman-app-support/issues/2296#issuecomment-335093383

pietrygamat commented 1 week ago

This has been reported before in #2106

ivank commented 1 week ago

indeed, sorry - closing this as a duplicate of #2106