[Vuejs]-Google Oauth 2.0 – redirect_uri mismatch despite being identical to an authorized redirect uri in Google Cloud Platform

0👍

Sounds like you are not sending the OAuth details you think you are. Have you captured HTTPS messages to the Authorization Server from your Spring Boot back end – and can you post details here?

If it helps, this blog post of mine includes some notes on configuring an HTTP proxy in Java.

Leave a comment