We look into Keycloak and OpenID using Quarkus

Поделиться
HTML-код
  • Опубликовано: 4 дек 2024

Комментарии • 12

  • @chrischorafas4984
    @chrischorafas4984 3 месяца назад +1

    what happens if the Resource uri has a parameter, for example @Path("/{username}/details")? How do we configure the Resource URI in Keycloak?

    • @DanielPersson
      @DanielPersson  3 месяца назад

      Hi Chris.
      You can use regex as your URIs so that should not be a problem.
      I hope this helps. Thank you for watching my videos.
      Best regards
      Daniel

  • @Lamoboos223
    @Lamoboos223 10 месяцев назад +1

    so when i want to create a custom extension like the good old days, do I need to build it with Quarkus instead of using keycloak SPI?

    • @DanielPersson
      @DanielPersson  10 месяцев назад +1

      Hi
      You could probably use the SPI instead if you like. This tutorial was just a way of showing how to use the two frameworks together and in the process learn a bit about Quarkus and a little bit about Keycloak. But they are not required.
      I hope this helps. Thank you for watching my videos.
      Best regards
      Daniel

    • @Lamoboos223
      @Lamoboos223 10 месяцев назад +1

      @@DanielPersson ok so if i had the task of adding let’s say a recaptcha to the registration page. I can do this feature by creating a custom extension either using the SPI or in Quarkus framework?

    • @DanielPersson
      @DanielPersson  10 месяцев назад +1

      Hi
      Well, I've not tried this task and I'm not sure if recaptcha is a part Keycloak but adding it should be possible using Quarkus or any other web framework I guess.
      I hope this helps.
      Best regards
      Daniel

  • @AliaksandrSmirnou
    @AliaksandrSmirnou 11 месяцев назад +1

    how this authorization works under the hood?
    is quarkus calls keycloak to validate permissions

    • @DanielPersson
      @DanielPersson  10 месяцев назад +2

      Hi
      Yes, under the hood there is an connection to the keycloak servers API to verify the credentials using oauth.
      Thank you for watching my videos.
      Best regards
      Daniel

    • @Lamoboos223
      @Lamoboos223 10 месяцев назад

      so keycloak isn't written in quarkus framework? is quarkus like wildfly where i use it to boot keycloak and deploy my custom extensions (jars) to it?@@DanielPersson

    • @AliaksandrSmirnou
      @AliaksandrSmirnou 8 месяцев назад +1

      @@DanielPersson interested what exact kc server endpoint they are using to verify creds