You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: