How to secure your Spring Apps with Keycloak by Thomas Darimont @ Spring I/O 2018

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 29

  • @rbelatamas
    @rbelatamas Рік тому

    thanks for this great presentation!

  • @retroradar_de
    @retroradar_de 5 років тому +1

    very helpful presentation. we want to use keycloak at our office and need good structured informations like that!

  • @richardseldon5205
    @richardseldon5205 5 років тому +1

    Excellent presentation and keycloak resources. Thanks.

  • @vanattran5456
    @vanattran5456 3 роки тому

    Thanks sir, How to you can share images setup KeyCloak Client in this Project ??? Thanks you very much!

  • @gabrielferrer3205
    @gabrielferrer3205 4 роки тому

    Is it possible to have a table join of Keycloak Users with Transaction tables in another database?

  • @gokufujison
    @gokufujison 5 років тому

    Very good explanation of SSO!

  • @vanikesani3832
    @vanikesani3832 6 років тому

    awesome tutorial on keycloak

  • @tsimbaland2905
    @tsimbaland2905 4 роки тому

    Could we manage access to REST resources in java app using keycloak client authorization only?

  • @vigneshkannam1655
    @vigneshkannam1655 4 роки тому

    Good explanation 🔥

  • @jyotijaiswal125
    @jyotijaiswal125 4 роки тому

    Hello Thomas ,
    Thanks a lot for this video. I followed the steps as per your video but I am getting "status": 401,
    "error": "Unauthorized", error on postman. IN eclipse, I can see it is not hitting the code.
    Would you please help me out. Best Regards.

  • @jayaram668
    @jayaram668 6 років тому

    Hello thomas really very helpful presentation ,thank you so much

  • @jietan8548
    @jietan8548 6 років тому

    good presentation.

  • @nrajeshwar
    @nrajeshwar 4 роки тому

    how to secure connection with https

  • @paulfrischknecht3999
    @paulfrischknecht3999 6 років тому

    How is LDAP/user federation different from the other identity providers? Why is it not listed there?

    • @erickbellucitedeschi1445
      @erickbellucitedeschi1445 6 років тому

      Hi, i will try to explain in few chars. Identity providers, is part of OpenID Connect/SAML specifications, so it works as specified in the protocols (redirect the authentication/authorization to another Identity Provider (like a social login also)). Federation in this case works as User credentials repository (and in some cases group mapping), so the keycloak import users/groups from there and make a local copy.

  • @paulfrischknecht3999
    @paulfrischknecht3999 6 років тому

    Why is the keyid (kid) not just the public key itself? Seems like an extra roundtrip to figure that out...

    • @GuoqiangXuX
      @GuoqiangXuX 5 років тому

      to save some bytes

    • @snowy0110
      @snowy0110 5 років тому

      A public key doesn't change often, so it makes sense to cache it, instead of exchanging it all the time. For chatty applications where a payload is not that big compared to public key size, it would hurt network bandwidth since the same information would be transferred over and over again

    • @JuliusUnscripted
      @JuliusUnscripted 5 років тому

      I think it has to do with revoking jwts.
      If the kid is not valid anymore the jwt is not accepted.
      And the kid will not be cached for long times I think

  • @kartiksubramanian182
    @kartiksubramanian182 4 роки тому

    Are realms equivalent to tenants?

  • @9453055518
    @9453055518 5 років тому

    Hello,
    Can you tell me, how to do infinispan setup, in detail.
    Thanks in advance.

  • @mukut5ul
    @mukut5ul 5 років тому

    Awesome..

  • @koffiyannicknzi5455
    @koffiyannicknzi5455 6 років тому

    Hello Thomas i'm working on a project with keycloak starting by your "spring-boot-keycloak-server-example" project. I have a question about that. I would like to kwnow where is the keycloak themes directory so that if i want to customize a theme i can put my files there.

  • @guoweiyin5727
    @guoweiyin5727 6 років тому

    how to notify youtube that this audio should be tarnslated into English, not German?

  • @gabrielpatricioo
    @gabrielpatricioo 6 років тому

    35:00 27:00