Spring Cloud Security | OAuth2 Google Sign In using Spring Boot | JavaTechie

preview_player
Показать описание
This tutorial will walks you through steps to how we can authenticate the user with their Google accounts using the oauth2 stack in spring security 5.

#javatechie #SpringBoot #GoogleCloud #OAuth2 #SpringCloud

GitHub:

Blogs:

Facebook:

guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie

Disclaimer/Policy:
--------------------------------
Note : All uploaded content in this channel is mine and its not copied from any community , you are free to use source code from above mentioned GitHub account
Рекомендации по теме
Комментарии
Автор

You are explaining the concept as well as practical way of implementation... best explanation

prithvik
Автор

I like your vides all are crispy and clear for the learners.💯

ramanamurtykarri
Автор

Sir, you always wins our heart by providing such a wonderful content

tanujkumaragrawal
Автор

thx man! you are the best! 2nd tutorial and feeling more comprfotabe with Springboot!

ignaciobriones
Автор

00:02 Spring Cloud Security cho OAuth2 Đăng nhập bằng Google bằng Spring Boot.
01:45 Định cấu hình Đăng nhập Google OAuth2 bằng Spring Boot
03:11 Tạo dự án mới trong Spring Cloud Security bằng OAuth2 Đăng nhập Google
04:41 Video này trình bày cách triển khai Đăng nhập Google OAuth2 bằng Spring Boot.
06:12 Bảo mật đám mây mùa xuân với Đăng nhập Google OAuth2
07:55 Bảo mật đám mây mùa xuân và Đăng nhập Google OAuth2
09:38 OAuth2 Đăng nhập Google bằng Spring Boot
11:12 Định cấu hình Đăng nhập Google bằng Spring Boot bằng OAuth2
Crafted by Merlin AI.

inhtruongvu
Автор

You are doing wonderful job man ... Great explanation 👍

rkshkumar
Автор

Nice concept sir. If you explain authorization server in oauth2 also very helpful. Like how token is generated internally and all. Here we are dependent on google or fb, but in an enterprise level it will have own token genate application. I came across many channels in YouTube, not able to find the same. Covering basic concepts also enough sir.

sreesri
Автор

super way of explaining stuff. thanks.

nirmesh
Автор

Please do a video, how to clear Oath2 session. with custom logout url.

gameofnoobgon
Автор

I am getting Access Denied error. Could you pls tell what am I missing. Or make a latest video without using WSAC in secrityConfig

sreelathavk
Автор

I love the concepts u cover and great explanation,
Can u also work on postman for spring boot

michealabhishek
Автор

You are awesome. I used Spring 3.1.1 and wrote my code as:
@Bean
public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
http
-> authorize


return http.build();


And it worked well.

amanuellebassi
Автор

Spring Security now doesn't support WebSecurityConfigurerAdapter, please remove that part.

souravkumar
Автор

Hi Basant,
Thanks for the neat explanation. One doubt how to get redirect URL at 2:29 ?

narendrakumariitb
Автор

Websecurityconfigureadpter, I can't able extend... Sir what need to do

ashishmahanta
Автор

Where did you mention in the code that it should redirct the every request to google authentication page? I don't see you comfigured any url in code other than in google console.

srinivasyadav
Автор

What if I want to use a frontend application like react and then do these authentication can you create a tutorial for it then?

sanketkalokhe
Автор

Hi Basant,
Could you please make a video on Spring boot with rest api using current version of OAuth 2 and MySQL? As your way is very simple and to be easy to understand. Thanks in advance.

shyamgupta
Автор

How does google redirect to locahost? localhost refers to current host .. so if control has gone to google.. localhost has no meaning over the network... this part i didn't understand

vipinkoul
Автор

Hey,
I did the same thing, but for me, it does not redirect, it just goes to the message instead of redirecting to google login.
any idea why?

Jonsy