docs
docs copied to clipboard
Oauth 2.0 Authorization with addtional parameter?
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.
If I just run this as a normal request, it works fine though. Any thoughts?
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 there is no Client Secret needed for login into this app (tested by making a regular POST, as well as with curl/httpie/etc.
Okay, will check this with the team and update you accordingly.
It would be great if we could just include additional parameters to the oauth2 endpoint like this: