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":
What can I do? I tried creating an app password for postman specifically, but even when I use that, I get the same message.