0

I have an application and I want to send post requests to it using the Postman desktop app. The application uses OAuth2 with google as a provider.

I followed the instructions from this answer here on stackoverflow, but there is a problem. Once I fill in the information in the form, and I click Request Token, a postman browser window opens asking me to login to google. I write my credentials and try to login but I get a message saying "This browser or app may not be secure":

enter image description here

What can I do? I tried creating an app password for postman specifically, but even when I use that, I get the same message.

devil0150
  • 1,350
  • 3
  • 13
  • 36

1 Answers1

1

This is currently an open issue. As mentioned in this link. It's WIP Link

HV Sharma
  • 4,891
  • 3
  • 15
  • 30