usebruno / bruno

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

Oauth2.0 - client Credentials -> Get Access Token =>not good URL? #1933

Open HALLOUINJPH opened 8 months ago

HALLOUINJPH commented 8 months ago

When I use the client Credentials with Oauth2, i think that is not the good URL to use to get the token whith the button "Get Acces Token". Bruno-client_credentials

Stokkie64 commented 7 months ago

Have the same issue I suspect this is why oauth2 with client credentials on collection level does not work too. Simply returns a 'invalid_request' error.

Stokkie64 commented 7 months ago

This seems to be using the correct urls now. However it still displays the incorrect URL in the ui. Using version v1.12.3

image