Keycloak Identity Brokering

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024
  • How to use Keycloak as an identity broker in identity federation. OpenID Connect protocol used for identity federation. Keycloak supports both OpenID Connect & SAML protocols
    A spring boot application and two Keycloak servers are used for the demonstration.
    Spring boot application and Identity broker integration complete video: • Keycloak Spring Boot E...

Комментарии • 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

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

  • @sasasisi8854
    @sasasisi8854 2 года назад +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  2 года назад

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

  • @sasasisi8854
    @sasasisi8854 2 года назад +1

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

    • @hexadefence
      @hexadefence  2 года назад

      Thanks for the request.
      Will create a one

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

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