Invalid redirect uri parameters for google oauth2 in spring boot microservice docker implementaion Invalid redirect uri parameters for google oauth2 in spring boot microservice docker implementaion docker docker

Invalid redirect uri parameters for google oauth2 in spring boot microservice docker implementaion


I had a similar issue with Spring boot 2.2.2RELEASE with a cloud environment (NGINX, Docker, Cubernettes) where customising NGINX configuration was not an option at all. Tried methods like setting the x-forwarded-for property, mocking the prod with docker, NGINX setup (https://juplo.de/how-to-redirect-to-spring-security-oauth2-behind-a-gateway-proxy-hiding-the-app-behind-a-reverse-proxy-gateway/) but nothing works. Finally I updated my Spring boot version to 2.4.1 and it worked without any other configuration.