[GH-ISSUE #235] Oauth 2.0 Authorization with addtional parameter? #66

Open
opened 2026-03-16 12:23:19 +03:00 by kerem · 4 comments
Owner

Originally created by @jhoffmann on GitHub (Aug 31, 2024).
Original GitHub issue: https://github.com/hoppscotch/docs/issues/235

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

Originally created by @jhoffmann on GitHub (Aug 31, 2024). Original GitHub issue: https://github.com/hoppscotch/docs/issues/235 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](https://github.com/user-attachments/assets/05b25dfd-6330-40d7-9834-3d172121dc55) If I just run this as a normal request, it works fine though. Any thoughts? ![image](https://github.com/user-attachments/assets/f49a3de7-7b71-4b95-852b-97f2f2ed805a)
Author
Owner

@SanskritiHarmukh commented on GitHub (Sep 2, 2024):

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?

<!-- gh-comment-id:2324097174 --> @SanskritiHarmukh commented on GitHub (Sep 2, 2024): 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?
Author
Owner

@jhoffmann commented on GitHub (Sep 3, 2024):

@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.

<!-- gh-comment-id:2326681488 --> @jhoffmann commented on GitHub (Sep 3, 2024): @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.
Author
Owner

@SanskritiHarmukh commented on GitHub (Sep 3, 2024):

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

<!-- gh-comment-id:2326859822 --> @SanskritiHarmukh commented on GitHub (Sep 3, 2024): Okay, will check this with the team and update you accordingly.
Author
Owner

@macmessa commented on GitHub (Aug 15, 2025):

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

Image
<!-- gh-comment-id:3192467219 --> @macmessa commented on GitHub (Aug 15, 2025): It would be great if we could just include additional parameters to the oauth2 endpoint like this: <img width="760" height="813" alt="Image" src="https://github.com/user-attachments/assets/17d51d0e-236f-472a-a288-c41f5d9cc52c" />
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docs#66
No description provided.