spring-guides / tut-spring-boot-oauth2

Spring Boot and OAuth2:: A tutorial on "social" login and single sign on with Facebook and Github
https://spring.io/guides/tutorials/spring-boot-oauth2/
910 stars 752 forks source link

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

Open jarrodhroberson opened 5 years ago

jarrodhroberson commented 5 years ago

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.

dsyer commented 5 years ago

Did you try http://localhost:8080?

ramkumarso commented 4 years ago

Did someone have a working callback url ?