OAuth 2.0 client credentials and JWT explained along with keycloak demo

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

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

  • @MatthiasKoehler-f6f
    @MatthiasKoehler-f6f 25 วันที่ผ่านมา +1

    Very good job. I took the time to login in order to like and comment.

  • @ramalingamvijayakumaran4108
    @ramalingamvijayakumaran4108 ปีที่แล้ว +2

    Fantastic, Keep it up and Thanks for sharing :)

  • @AbdulHaseeb-qi6ns
    @AbdulHaseeb-qi6ns ปีที่แล้ว +2

    great video with accurate explanation. Thanks!

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

    Wonderful and awesome video. Can you advice me how we can integrate kafka with OAUTH2 grant_type=client_credentials both server and clients?

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

      Thank you. I have not used kafka till now. However I will try to explore this topic

  • @StefanTataru-y3i
    @StefanTataru-y3i ปีที่แล้ว +1

    many thanks for the video, is kinda hard to find something with keycloak v22

  • @utkarshgupta6091
    @utkarshgupta6091 ปีที่แล้ว +1

    I am able to generate access token using client_credentials. But I am getting 403 forbidden when I try to access the other keycloak apis using this access_token. Any solution?

    • @learningsoftwareskills
      @learningsoftwareskills  ปีที่แล้ว

      Hi, what APIs are you trying to access...
      Please ensure that the client you are using has sufficient scopes set in the Keycloak admin user interface.
      I have made another video on using client credentials in python script at th-cam.com/video/Bk4IAAFopc8/w-d-xo.htmlsi=FAiW_ZzJnEpSiseE
      Hope this helps, cheers 👍