hello kind people,
I looking to use Postman with GCP localhost, of course the google login page comes up so i need to authenticate. The following post shows how to do this on the Postman side, but where in GCP can I find or setup the correct Auth URL?
ref Unsupported browser error on Postman desktop app (master issue) · Issue #7700 · postmanlabs/postman-app-support · GitHub
I’m able to use Postman with my deployed app, but want to use on localhost as well.
Thanks a million
Hey @tayloa17!
Based on the API you’re trying to call you’ll have to set it up in the IAM configuration of your GCP Console. More info here: https://developers.google.com/identity/protocols/oauth2 I think you can also use the OAuth Sandbox to achieve the same: https://developers.google.com/oauthplayground/