79689970

Date: 2025-07-04 09:45:53
Score: 1
Natty:
Report link
server.use-forward-headers=true

using the above property google sign-in issue (/login?error) in scala spring-boot application has been resolve.

org.springframework.security.oauth2.core.OAuth2AuthenticationException: [invalid_redirect_uri_parameter] 
    at org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider.authenticate(OAuth2LoginAuthenticationProvider.java:110) ~[spring-security-oauth2-client-5.1.5.RELEASE.jar:5.1.5.RELEASE]
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Prathamesh Khadake