spring-guides / tut-spring-boot-oauth2

Spring Boot and OAuth2:: A tutorial on "social" login and single sign on with Facebook and Github

Home Page:https://spring.io/guides/tutorials/spring-boot-oauth2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What do we put in the github Application page for Authorization callback URL?

jarrodhroberson opened this issue · comments

When I put my own clientId and clientSecret in the application stops working from localhost:8080.

No where in the documentation does it tell us what we should put in Authorization callback URL on the GitHub OAuth application settings as shown in the picture.

I have tried guessing multiple things based on the URI I find the source code but I can not figure out what this needs to be set to to get it to work.

whatgoeshere
page.

Did someone have a working callback url ?