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

Поделиться
HTML-код
  • Опубликовано: 26 дек 2024

Комментарии • 30

  • @Book_Aesthetic
    @Book_Aesthetic 4 месяца назад +2

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

  • @harishjrao1257
    @harishjrao1257 Месяц назад +1

    Very nicely done. Keep growing.

  • @sandeepmalviya100
    @sandeepmalviya100 4 месяца назад

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

  • @cleverson_sa_
    @cleverson_sa_ Месяц назад

    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.

  • @hunghong9632
    @hunghong9632 3 месяца назад

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

  • @nahomdiro7818
    @nahomdiro7818 4 месяца назад +2

    Clear and simple more please

  • @hizbusoftware7683
    @hizbusoftware7683 4 месяца назад +3

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

  • @mzansideveloper
    @mzansideveloper Месяц назад

    Great content buddy thank you so very much

  • @2RAJ21
    @2RAJ21 55 минут назад

    Thank you

  • @azazul_haque
    @azazul_haque 2 месяца назад

    Thank Man, It was nice video

  • @hedxr
    @hedxr Месяц назад

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

  • @gurumoorthy508
    @gurumoorthy508 29 дней назад +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.

  • @connect.naveenk
    @connect.naveenk 3 месяца назад

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

  • @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!

  • @saeedghiassy5435
    @saeedghiassy5435 2 месяца назад

    thank you !👏👏

  • @liqwis9598
    @liqwis9598 Месяц назад

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

  • @BasitSeyl3r
    @BasitSeyl3r 4 месяца назад +1

    How can we test with Postman?

  • @sandeepmalviya100
    @sandeepmalviya100 4 месяца назад +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 4 месяца назад +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  4 месяца назад +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  4 месяца назад +1

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

    • @ganeshenamala8317
      @ganeshenamala8317 4 месяца назад

      @@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.

  • @animebilal5808
    @animebilal5808 4 месяца назад

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

  • @cicciopasticcio8469
    @cicciopasticcio8469 3 месяца назад

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

  • @rajnishsingh2864
    @rajnishsingh2864 4 месяца назад

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

  • @RashidMd-ud4fj
    @RashidMd-ud4fj 2 месяца назад

    MasaAllah

  • @GenuineCoder
    @GenuineCoder  4 месяца назад

    Watch Spring Security Complete Tutorial here: ruclips.net/video/9J-b6OlPy24/видео.html