Spring Boot 3 Keycloak OAuth 2 Tutorial with Spring Security

Sdílet
Vložit
  • čas přidán 16. 07. 2024

Komentáře • 35

  • @thareejanp3933
    @thareejanp3933 Před 8 měsíci +1

    Following your Tutorial Series. Very good explanations and very much of discipline tutoring. Thank you

  • @poorpanda9033
    @poorpanda9033 Před 8 měsíci +3

    tutorial on spring boot please, really like the way you explain concepts in such a small amount of time. Your maven tutorial was amazing !

  • @saikumartadi8494
    @saikumartadi8494 Před 3 měsíci

    I wish I can like this video 100 times . Very clear explanation . Thanks a lot sir . God bless you 💗

  • @YY-uk2cs
    @YY-uk2cs Před 8 měsíci +3

    Great job as usual bro, thank you. Could you also make an overall video about docker and kubernetes operations on spring boot microservices

  • @gaflettenkurtul
    @gaflettenkurtul Před 6 měsíci +1

    great video

  • @subhashyuvaraj
    @subhashyuvaraj Před 22 dny

    Good video. Need sessions on how to store the users and their roles and permissions to DB and maintain the hierarchy.

  • @prithvi3980
    @prithvi3980 Před 8 měsíci +1

    Hi bro, love your videos, If possible please make create small level complete SaaS application(using any AI models) and deployment also. Thanks.

  • @sadiulhakim7814
    @sadiulhakim7814 Před 4 měsíci

    I really appreciate for this tutorials. This is a very good video to learn keycloak. Can we get an video on how to secure distributed services like
    Angular -> Service A -> Service B
    Here -> mean calls.
    And can you add authorization in that video? Thank you.

  • @Son-lm5mf
    @Son-lm5mf Před 3 měsíci

    NICE :D

  • @askadil2462
    @askadil2462 Před 8 měsíci

    Very good content. It would be good if you can please share the sllides from this Video.Thanks.

  • @pavancrm7085
    @pavancrm7085 Před 4 měsíci

    can you make the video of sso concept on keycloak,, like automatic redirection to login page, or service server that supports multi tendents

  • @manee427
    @manee427 Před 8 měsíci +1

    nice please the same with react without thymleaf

  • @nightmason4588
    @nightmason4588 Před 6 měsíci +4

    When I wrote localhost:8080/home, it took me to a page: localhost:8080/login that said Login with OAuth 2.0. I did not have the same page open as at 21:16

    • @nightmason4588
      @nightmason4588 Před 6 měsíci +4

      I found the reason, maybe someone has the same error, I had a file in .yml format, I changed it to .properties and made it like the author, just carefully check your application file, maybe you also negligently missed something.

  • @Ben-vz6zm
    @Ben-vz6zm Před 8 měsíci

    How do i make it so that certain thymeleaf pages don't require a login?

  • @ascar66
    @ascar66 Před 8 měsíci +1

    Nice nice 👍👍👍

  • @bunttyy007
    @bunttyy007 Před 2 měsíci

    Why have you used Spring WebFlux and not simple Spring MVC for this project? As this project does not need to handle asynchronous requests?? Anyone knows can answer please..

  • @karthikeyanrm3446
    @karthikeyanrm3446 Před 8 měsíci

    Excellent Video Sai. Can you please let us know if you would make that complex Microservices course along with Cloud and Angular even if it's a paid one ?

    • @ProgrammingTechie
      @ProgrammingTechie  Před 8 měsíci +2

      I am working on it :) will take 2-3 more months to complete!

    • @karthikeyanrm3446
      @karthikeyanrm3446 Před 8 měsíci +1

      @@ProgrammingTechie Thank you so much, please continue and let us know via your CZcams channel itself once it's done.

    • @AnuragMishra-ws4zc
      @AnuragMishra-ws4zc Před 6 měsíci +1

      @@ProgrammingTechie sir is the project complete when you are releasing any update

  • @rsKayiira
    @rsKayiira Před 8 měsíci

    Hi great tutorial, just liked and subscribed. Could you please develop a full stack tinder clone? I think that would be a very unique Spring Boot application. Otherwise your CZcams Clone video is excellent and unique

  • @gauravpatil6364
    @gauravpatil6364 Před 7 měsíci +2

    Keycloak is not installed in my system, I tried so many times and also go through official documentation of keycloak 🗝,still not working

  • @hamza201183
    @hamza201183 Před 4 měsíci +1

    In the case of the Angular App, why is there no client secret?
    I mean, if I get the url of an authorization server (issuer url) and a valid clientId, I can also build a client application using/calling that same authorization server (with its users, realms etc.).
    How then could we prevent that?
    Most important: Thanks a lot for the informative videos.

    • @phatnguyennhi
      @phatnguyennhi Před měsícem

      client secret should only use in case call internal server side (service A call to Service B). Client(Angular just need client id and username, password) because if use client secret -> it is not secret anymore.

  • @muhammedSafeer-gz6eq
    @muhammedSafeer-gz6eq Před měsícem

    If we go to some websites, we can see options to login via OAuth2 and also using normal username and password. Now that I understand OAuth2, can I use OAuth2 for (Basic Auth) username-password authentication?

    • @ProgrammingTechie
      @ProgrammingTechie  Před měsícem

      Keycloak provides it by default, yes. You can enable it in Realm Settings -> Login-> check the user registration checkbox

  • @michael200kg
    @michael200kg Před 7 měsíci

    Thanks a lot. Very interesting and useful information. But what if I have a rest application. And I shouldn't redirect user to a login page. How I should configure my app in that case

    • @ProgrammingTechie
      @ProgrammingTechie  Před 7 měsíci +1

      Then you should use client credentials, this is also covered in the tutorial

    • @michael200kg
      @michael200kg Před 7 měsíci

      @@ProgrammingTechie Yes, thanks a lot, I am already fix it. Your video was very helpful.

  • @user-cf7bi1tx1h
    @user-cf7bi1tx1h Před 7 měsíci

    TUSM