Keycloak Identity Brokering

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

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

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

    Thanks for sharing knowledge. Wish your channel more and more audience.

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

      Thank you very much Doang Truong

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

    Super!

  • @SaurabhPandey-vy8sv
    @SaurabhPandey-vy8sv ปีที่แล้ว

    Hi, can you please make a playlist on forgerock

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

    can you make a video connecting with saml instead of openid connect?

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

      Thanks for the request.
      Will create a one

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

    Can you please make a video on how to configure keycloak with ldap server? as well as ldap server creation? thank you

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

      Thanks for the request.
      I am using openldap docker container for my ldap related tasks.

  • @VijayKumar-qf6oj
    @VijayKumar-qf6oj 2 ปีที่แล้ว +1

    Thanks for sharing. Can we automatically select idp based on user id(email). I have scenario where multiple idp could be configured, and I want to select one of them based on user id when user logged in?.

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

      Thanks for the question.
      This is possible through authentication SPI in keycloak

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

    Getting “An unexpected error occurred while authenticating with the identiy provider.” Any clues?

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

      Can't provide an exact answer without checking server logs

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

    Excellent video thanks!
    I'm currently trying to configure an external OIDC IdP. I get this error message:
    "error":"invalid_grant","error_description":"Invalid redirect_uri"}
    Any ideas?

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

      Your direct url should be listed in keycloak client configs as well.
      You can specify what are the grant types that your client supports at client configs

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

      @@hexadefence Thanks for the reply. The IdP in question was not Keycloak and the problem was because I hadn't registered a redirect URI in the client. Once the client was correctly configured, the grant type error was resolved.