Spring Boot OAuth2 Google Login Tutorial

preview_player
Показать описание
Learn how to integrate OAuth2 with your Spring Boot Application using Google as a service provider.

Рекомендации по теме
Комментарии
Автор

For those who dont have experience with oauth2. This is only showing how to create spring boot oauth2 client application. Backend applications are usually represented as resource server in oauth2 architecture. Creating oauth2 resource server in spring boot has different workflow.

norbertdopjera
Автор

Thanks a lot man!
I was stuck for a day on the Authorized js origins. I'll have to take a deeper look in how it works, but for a POC your video helped me out.

Goomir
Автор

Wow man, this is so Clear, Simple & Neat. Loved this tutorial. Keep up the good work :)

adityasriram
Автор

simple, short, and sweet example! Thanks Kris!

nirmalnandha
Автор

Thanks for making this easy to understand and follow. You are my hero

jhonmontoyagomez
Автор

This was clean and simple tutorial without any doubt, i would say baeldung did complicate this one tutorial

Anshulkatta
Автор

Thanks Kris. Nice tutorial, I liked its simplicity

lokeshdau
Автор

Really helpful tutorial...Pls can you also upload another tutorial for server-side of it using springboot and google...?

samareshsamanta
Автор

I can't say anything except wonderful!

bryanliu
Автор

Hi there, nice tutorial!!!

Question, how do I make a call from the Postman Application? Use the Basic Authentication with username and password?
Do I get a token back? if yes, how do I use that token with Postman?

thx, Markus.

markussuzuki
Автор

Super to the point explanation. Thanks 😀

bharatpahalwani
Автор

Thank you. Your explanation was very concise and easy to understand.

zuyfxgw
Автор

Hey, i am not able to create credentials as it is asking me to choose "external" in "consent screen" , i dont have a domain name, can i still use sign-in with google??

himanshuchugh
Автор

in case you need to save an id of the user logged in, how would you recover it from the oauth client ?

TheTiagoslater
Автор

Nice, very straight forward. Have you done any that includes an angular frontend?

heisQuis
Автор

Thank you sir for this great tutorial..

kulvantsingh
Автор

There is a continuation of this video? About roles or something?

pedrobrasil
Автор

Nice tutorial, well done.
You should make asmr videos 😁

midclock
Автор

great tutorial but I have any question kris . how about implementation when we have spring OAuth provider and spring OAuth2 login google ? can Application get token from google or we generate a new token for resource server?

muhashari
Автор

Hi question to you all... I implemented login like this video and logout @t. When I logout I print the principal and it is null so it seems to be working, but when I do another login it lets me in without asking to sign in again. It seems to remember my previous login. Does anyone know how to configure it so that it will always ask to sign in again?

dustincheung