OAuth2 Social Login with Spring Security | 'Sign in with Google' Spring Boot Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น • 34

  • @Book_Aesthetic
    @Book_Aesthetic 4 หลายเดือนก่อน +3

    If anyone want to get the highly intelligent AI model , Feed this video💯

  • @cleverson_sa_
    @cleverson_sa_ 2 หลายเดือนก่อน

    Hi, really nice, clear and simple tutorial series. That´s what I needed for return Java coding after 5 years break, after a 13 y old working with this language. Thank you.

  • @harishjrao1257
    @harishjrao1257 หลายเดือนก่อน +1

    Very nicely done. Keep growing.

  • @sandeepmalviya100
    @sandeepmalviya100 5 หลายเดือนก่อน

    A crisp and clear video. Thank you for explaining things in such a simple manner.

  • @GenuineCoder
    @GenuineCoder  5 หลายเดือนก่อน

    Watch Spring Security Complete Tutorial here: th-cam.com/video/9J-b6OlPy24/w-d-xo.html

  • @hunghong9632
    @hunghong9632 3 หลายเดือนก่อน

    You are great! I appreciate your video. What a valuable video!

  • @nahomdiro7818
    @nahomdiro7818 5 หลายเดือนก่อน +2

    Clear and simple more please

  • @hizbusoftware7683
    @hizbusoftware7683 5 หลายเดือนก่อน +4

    Nice tutorial❤, Could you please create a full stack application using React + Spring Boot + Spring Security + JWT + MFA etc...

  • @mzansideveloper
    @mzansideveloper 2 หลายเดือนก่อน

    Great content buddy thank you so very much

  • @connect.naveenk
    @connect.naveenk 3 หลายเดือนก่อน

    best video, please explain every option and what's the use cases

  • @2RAJ21
    @2RAJ21 14 วันที่ผ่านมา

    Thank you

  • @azazul_haque
    @azazul_haque 2 หลายเดือนก่อน

    Thank Man, It was nice video

  • @saeedghiassy5435
    @saeedghiassy5435 3 หลายเดือนก่อน

    thank you !👏👏

  • @gurumoorthy508
    @gurumoorthy508 หลายเดือนก่อน +1

    Bro can you please upload video like social media login as well as customer user login. I want to know how to integrate both in a single application.

  • @liqwis9598
    @liqwis9598 หลายเดือนก่อน

    Nice tutorial, if possible can you please teach us what is okta

  • @utsabdahal5417
    @utsabdahal5417 2 หลายเดือนก่อน +1

    Can you provide this with fromtend integration like angular or react instead of just from springboot?
    Thanks for the tutorial though!

  • @sandeepmalviya100
    @sandeepmalviya100 5 หลายเดือนก่อน +1

    Can you please make a video to make our own oauth2 based login server by enhancing your last security video on JWT based authentication and authorization!

  • @ganeshenamala8317
    @ganeshenamala8317 5 หลายเดือนก่อน +2

    Smooth explanation bro, after using custom-login page, /logout is not working bro? I need to manually clear the Principal(token) data by creating another API Getmapping("/logout") for that or any thing else to do?

    • @GenuineCoder
      @GenuineCoder  5 หลายเดือนก่อน +1

      Thanks.
      The "/logout" endpoint is not working because of CSRF protection. Try disabling/customizing CSRF by adding the following line to the "securityFilterChain" bean.
      ....
      .oauth2Login(........)
      .csrf(AbstractHttpConfigurer::disable)
      .build();
      This should make the default logout work.

    • @GenuineCoder
      @GenuineCoder  5 หลายเดือนก่อน +1

      Disabling CSRF on production apps is not recommended. Read the topics on CSRF to better understand it.

    • @ganeshenamala8317
      @ganeshenamala8317 5 หลายเดือนก่อน

      @@GenuineCoder thank you brother

  • @balasubramanian918
    @balasubramanian918 4 หลายเดือนก่อน +1

    please teach junit5 testing in springboot as It is most required for a developer

    • @GenuineCoder
      @GenuineCoder  4 หลายเดือนก่อน

      @@balasubramanian918 That's a good suggestion. I will prepare one in the future.

  • @BasitSeyl3r
    @BasitSeyl3r 4 หลายเดือนก่อน +1

    How can we test with Postman?

  • @DevCambo-x6d
    @DevCambo-x6d 9 วันที่ผ่านมา

    I have a confuse about this implementation, some video they need to store the user inside database but some doesn't what is the best practice for this. could anyone provide me some resources about this?

  • @cicciopasticcio8469
    @cicciopasticcio8469 4 หลายเดือนก่อน

    Nice tutorial. Have you tried to introduce custom roles, I.e. ROLE_USER to protect url? Have you tried to add swagger?

  • @blaisemugisha8990
    @blaisemugisha8990 2 วันที่ผ่านมา

    Thank you, but i faced an issue of not loading a profile picture, any help pls??

  • @rajnishsingh2864
    @rajnishsingh2864 5 หลายเดือนก่อน

    Please make a video on how to use Oauth2 in spring boot with microservices .

  • @VuNguyen-s8w6x
    @VuNguyen-s8w6x 4 วันที่ผ่านมา

    Hi bro, i have problem 'error 400: redirect_uri_mismatch' in chapter 3.1. Logging in with Gmail account, so i add redirect-uri in application.properties. It works. Can you explain it? Thanks

  • @RashidMd-ud4fj
    @RashidMd-ud4fj 2 หลายเดือนก่อน

    MasaAllah

  • @animebilal5808
    @animebilal5808 4 หลายเดือนก่อน

    if user use google for example to log in i want him to have the "ROLE_User" how??

  • @hedxr
    @hedxr 2 หลายเดือนก่อน

    [invalid_id_token] An error occurred while attempting to decode the Jwt: The ID Token contains invalid claims: {iat=2024-11-11T12:37:32Z}

    • @VuNguyen-s8w6x
      @VuNguyen-s8w6x 4 วันที่ผ่านมา

      you need config time in local Sync time in UTC