Search code examples
springspring-bootoauth-2.0

Current SpringBoot OAuth2 approach


I spent 2 days of going through various Tutorials for a SpringBoot OAuth2 Client. And every looked slightly different. Furthermore none of them worked since several Classes were not found the the given Packages.

https://www.baeldung.com/spring-webclient-oauth2

https://www.baeldung.com/spring-security-5-oauth2-login#setup

https://spring.io/blog/2018/03/06/using-spring-security-5-to-integrate-with-oauth-2-secured-services-such-as-facebook-and-github

https://github.com/spring-projects/spring-security/wiki/OAuth-2.0-Migration-Guide ...

Probably I confused myself meanwhile. But I could really use a working example or documentation on how to implement OAuth2 Client correctly in SpringBoot this month.

I would appreciate any helping link or just an example (with POM versions) to achieve that.

Thanks in advance

Gregor


Solution

  • I hope This blogs will help you

    https://www.devglan.com/spring-security/spring-security-oauth2-user-registration https://waynestalk.com/en/spring-security-oauth2-google-signin-explained-en/

    this are the blogs that explains clearly