Friday, June 1, 2018

Spring Boot: Solving OAuth2 REDIRECT_URI_MISMATCH [Snippet]

Problem: When trying to authenticate a user using OAuth2 through a third-party service like (Google, Facebook, etc.), the following error occurs:

Solution: A redirect_uri_mismatch error occurs when the redirect URL defined for your application at the authorization service doesn't match the value of parameter "redirect_uri" passed by your request.



from DZone.com Feed https://ift.tt/2LK1ZWd

No comments:

Post a Comment