tut-spring-boot-oauth2
tut-spring-boot-oauth2 copied to clipboard
Spring Boot and OAuth2:: A tutorial on "social" login and single sign on with Facebook and Github
Feels like this is a typo? In that section we already have logged in with Github and are starting the Google process
possible work arounds here https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapter
Hi folks, I have followed the tutorial step by step and it is really instructive. However I have 2 concerns : 1. Is bootstrap and javascript really working as expected?...
So i followed the instructions step by step and it worked fine until trying to read the organizations of a github-user: String url = user.getAttribute("organizations_url"); List orgs = rest .get().uri(url)...
The tutorial uses WebSecurityConfigurerAdapter, which is deprecated and no longer used...
On page: https://spring.io/guides/tutorials/spring-boot-oauth2/ Section: Single Sign On With GitHub -> Creating a New Project ``` curl https://start.spring.io/starter.tgz -d style=web -d name=simple | tar -xzvf - ``` This returns: ``` {"timestamp":"2022-11-16T18:30:07.324+00:00","status":400,"error":"Bad...
[invalid_token_response] An error occurred while attempting to retrieve the OAuth 2.0 Access Token Response: Error while extracting response for type [class org.springframework.security.oauth2.core.endpoint.OAuth2AccessTokenResponse] and content type [application/json;charset=utf-8]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException:...
#tim
Jesus Christ. #nooneElseButMyGOD. #nothing. #noone. #everything. #Allthetime. #I listen to # davidjeremiah.org. #now. #next. #tim. #theWholeGoddamnThing. #rightHere. #rightNow. #github. #branch. #change. #thatDoesThis. $moneyEnds. #housing. #education. #girls. #women. #abuseSurvivors. #mothers. #grandmothers....
We logged in with Github at [simple](https://github.com/spring-guides/tut-spring-boot-oauth2/blob/main/simple/README.adoc) section, so I think that the header of this section will be "Google" not "Github"