I\'m getting this error while trying to run my application...
The redirect URI in the request: http://localhost:8080/oauth2callback did not match a registere
You will actually need to add the following to your redirect URIs:
http://localhost:8080/oauth2callback
Also, you may need to append a trailing / if the above doesn't match:
/
http://localhost:8080/oauth2callback/