postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.78k stars 837 forks source link

Could not update authorization data for OAuth1 request #4543

Open andig opened 6 years ago

andig commented 6 years ago

To Reproduce Steps to reproduce the behavior:

  1. Create POST request
  2. Select authorization type OAuth1, optionally complete credentials.
  3. Click "Preview request"
  4. See error "Could not update authorization data"
  5. Subsequently sending the request with valid credentials fails.

Expected behavior Request updated and ready to send.

App information (please complete the following information):

prashantagarwal commented 6 years ago

@andig Thanks for reporting this we will try to reproduce this issue on our end and will keep you updated.

harryi3t commented 6 years ago

@andig Could you post a screenshot with the filled details and the error message. You can blur out the credentials.

andig commented 6 years ago

Here we go:

screen shot 2018-05-12 at 15 42 31
harryi3t commented 6 years ago

@andig All the fields in this form are required. Since the consumer secret was not provided, it's throwing the error. Please enter a value and it should work.

Once I get a confirmation from you that entering the fields works, I will mark this as a usability bug which is not just specific to OAuth1 but applies to other auths as well.

andig commented 6 years ago

Confirmed usability issue. Sorry for the noise- this one really wasn't obvious to me :O

harryi3t commented 6 years ago

No problem at all @andig Feedback like this helps us formulate better decisions to make the product better. Thanks!