KEYCLOAK with HTTPS & mutual TLS / X.509 authentication | Niko Köbler (@dasniko)

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 2024

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

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

    I am glad you are doing videos on keykloak. I have also started learning it. I have really enjoyed your videos.

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

    Amazing work much love from 🇿🇦

  • @user-ri5lw8qy5k
    @user-ri5lw8qy5k 2 ปีที่แล้ว +2

    Many thanks for the video - very detailed and super helpful! :)

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

    Thank you very much for the useful video!

  • @pro.s.emangard
    @pro.s.emangard 2 ปีที่แล้ว +1

    Thanks for the video. Good job !
    An additional one for "OAuth 2.0 Mutual TLS Client Certificate Bound Access Token" would also be great :-)

  • @kyberneees
    @kyberneees ปีที่แล้ว +3

    ¡Gracias!

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

    Thanks a lot! Great Video

  • @stefanberg5029
    @stefanberg5029 3 ปีที่แล้ว

    A very informative presentation - thanks!

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

    thank you for explanation

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

    Thanks for the tutorial niko! Can you please make a tutorial on the updated version of keycloak like 19.0 or something! would highly appreciated thanks once again! :)

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

    tks very much

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

    Thank you

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

    Is it ok for the openid-connect certs api call to br publicly accessible?

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

    I've mostly been able to complete this on the newer quarkus docker but for some reason am failing when I go to validate the x509 certificate in the browser. When you created your user (client) certificate, did you do anything special to import it into firefox/chrome?

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

    How do you implement mtls when KeyCloak is behind a proxy? Eg Traefik.

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

      The proxy has to forwared the certificate data in the headers and Keycloak has to fetch the information from there. See the docs for details.

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

    Is there a way to know If the user logged in with a certificate on application level?

  • @joaopedrosmelo
    @joaopedrosmelo 2 ปีที่แล้ว

    How to make it works using the latest version? It’s seems that the certificates are being ignored on the yml file

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

    the certificate always indicates that it is not trusted. How to solve this?

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

      Because its self-signed. Did you install the public key in your browser?

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

    Is there a route to handle x509 registration?

  • @weixie3410
    @weixie3410 2 ปีที่แล้ว

    Thanks for the video, but one question: if we do not use JBOSS, how could we use the x509.sh script?

    • @dasniko
      @dasniko  2 ปีที่แล้ว

      The current Quarkus distribution provides other ways to configure the server with certificates, keystore and truststore. See the official guides for more info.

  • @victoranizar9737
    @victoranizar9737 2 ปีที่แล้ว

    Great video man!
    I just have one question about keycloak: I have an oracle database with their respective tables, one of them is about users which can login to my react app and make different operations. My question is, how can I match my users table of oracle with the users that keycloak provide me? Best regards!
    Pd: I saw all your videos about react and keycloak!

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

      Either implement a User Storage SPI to use your existing DB as a user base and to authenticate user against this base, or you'll have to match the authenticated user from any claim in the identity_token/access_token to your user base.

    • @rhmoult
      @rhmoult 2 ปีที่แล้ว

      @@dasniko You are awesome! It works now! Thank you!

  • @EdwinTuzar
    @EdwinTuzar 2 ปีที่แล้ว

    the 509 script doesn't work for the keycloak-x, right?

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

      Yes, this is legacy specific.

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

    On newer versions there is no button add execution, hope you can update with a newer video for the same x509 authentication, and how to use Digital Signature certificate from another CA

  • @jasonsheridan5662
    @jasonsheridan5662 2 ปีที่แล้ว

    Nice video, my only constructive criticism would be that your head is in the way for some of the stuff you try to show. Other than that nice job, thank you!

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

    sir how can i get tls.crt and tls.key in active directory?

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

    Hi, your video is very interesting, I wanted to know if you are making a video on how to install keycloack on AWS, that would be very interesting to watch.