Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oauth 2.0 Authorization with addtional parameter? #235

Open
jhoffmann opened this issue Aug 31, 2024 · 3 comments
Open

Oauth 2.0 Authorization with addtional parameter? #235

jhoffmann opened this issue Aug 31, 2024 · 3 comments

Comments

@jhoffmann
Copy link

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

@SanskritiHarmukh
Copy link
Collaborator

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?

@jhoffmann
Copy link
Author

@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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants