0

I'm using Postman to authenticate with Google Cloud but I'm receive a HTTP 400 Error redirect_uri_mismatch when I request the token. The values I'm using are below:

I was looking at another reply on StackOverflow and was wondering if creating a web application client ID for Postman in my GCP project would resolve this issue?

Nakilon
  • 34,866
  • 14
  • 107
  • 142

1 Answers1

0

Have you configured the callback/redirection url on GCP correctly? It should be https://www.getpostman.com/oauth2/callback

Pratik Mandrekar
  • 9,362
  • 4
  • 45
  • 65