Giving access to GCP localhost

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 https://github.com/postmanlabs/postman-app-support/issues/7700#issuecomment-626273229

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/