docs icon indicating copy to clipboard operation
docs copied to clipboard

Oauth 2.0 Authorization with addtional parameter?

Open jhoffmann opened this issue 1 year ago • 3 comments

I'm trying to login to an Oauth 2.0 service that requires an additional platform param. In Postman, I was able to add this through advanced options and specify additional form fields for the request/refresh token calls.

All I get is the error "Check form fields", without any kind of console log or way to see what is actually being sent.

image

If I just run this as a normal request, it works fine though. Any thoughts?

image

jhoffmann avatar Aug 31 '24 03:08 jhoffmann

Hi @jhoffmann , Could you please try passing the Client Secret value to the field and then check if you are able to generate the token and make the request?

SanskritiHarmukh avatar Sep 02 '24 08:09 SanskritiHarmukh

@SanskritiHarmukh there is no Client Secret needed for login into this app (tested by making a regular POST, as well as with curl/httpie/etc.

jhoffmann avatar Sep 03 '24 14:09 jhoffmann

Okay, will check this with the team and update you accordingly.

SanskritiHarmukh avatar Sep 03 '24 15:09 SanskritiHarmukh

It would be great if we could just include additional parameters to the oauth2 endpoint like this:

Image

macmessa avatar Aug 15 '25 19:08 macmessa