mirror of
https://github.com/proxmoxer/docs.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #235] Oauth 2.0 Authorization with addtional parameter? #66
Labels
No labels
CodeDay
enhancement
pull-request
testmu
testmu
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docs#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
platformparam. 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?
@SanskritiHarmukh commented on GitHub (Sep 2, 2024):
Hi @jhoffmann , Could you please try passing the
Client Secretvalue to the field and then check if you are able to generate the token and make the request?@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.
@SanskritiHarmukh commented on GitHub (Sep 3, 2024):
Okay, will check this with the team and update you accordingly.
@macmessa commented on GitHub (Aug 15, 2025):
It would be great if we could just include additional parameters to the oauth2 endpoint like this: