Thursday, May 31, 2018

Spring Boot: Solving OAuth2 ERR_TOO_MANY_REDIRECTS [Snippet]

Problem: When redirecting back to your application after a successful OAuth2 authentication, the following error occurs:

Solution: This error occurs when the redirect URL set under the authorization service (Google, Facebook, etc) is not defined as a permitted URL inside your application.



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

No comments:

Post a Comment