Securing apps and services with Keycloak authentication | DevNation Tech Talk

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

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

  • @W3r3p4
    @W3r3p4 5 лет назад

    Excelente tutorial. Parabéns por sua didática, e a atitude de compartilhar seu conhecimento. Obrigado!

  • @EmmanuelBLONVIA
    @EmmanuelBLONVIA 4 года назад

    Hi Stian,
    I am working on a ReactJS application. Is it possible to use a login other than that of keycloak. I don't want to redirect to keycloak. I prefer using my reactjs from.
    Is it possible ?

    • @stianthorgersen824
      @stianthorgersen824 3 года назад +2

      It is possible to use the resource owner password grant (referred to as direct grant by Keycloak). However, this approach is not recommended as it has reduced security and doesn't support additional capabilities like SSO, MFA, identity brokering, etc.. I would highly recommend doing the redirect and applying styles to the Keycloak login pages to match it to your application.

    • @dasikalyan
      @dasikalyan 3 года назад

      @@stianthorgersen824 As an extension to the above question, does key cloak have support for react components?

  • @evelynlima3769
    @evelynlima3769 4 года назад +1

    Except this doesn't work for Openshift Online and Red Hat says they do not support it.

    • @StianT
      @StianT 4 года назад

      What exactly doesn't work on OpenShift Online? Everything shown in the presentation will work on OpenShift Online as well. Bear in mind that in the presentation community projects are used. We do have supported bits through Red Hat Single Sign-On that will also work on OpenShift Online. However, at this point Gatekeeper is a community only project, which we are hoping to make into a supported offering soon.

    • @evelynlima3769
      @evelynlima3769 4 года назад

      The Generic Adaptor part. We have a PHP Webservice deployed on Openshift Online it gets data from a MySQL pod and serves a web form deployed on another pod. We tried but there is something missing in GitHub.

    • @evelynlima3769
      @evelynlima3769 4 года назад

      David Sharpe we tested it one year ago. Generic adapter is incomplete

    • @evelynlima3769
      @evelynlima3769 4 года назад

      David Sharpe wow thx you’re really smart. Any links to what your company did? Was it on Openshift Online? Red Hat should hear from you

  • @processor215
    @processor215 4 года назад

    Hello, I have implemented role based authentication for my micro services . The rest end points works very well from postman and similar apps. But it fails when invoked from vue spa application.
    Error is CORS, no authorization headers present. I tried to * / + in key cloak config but still it fails.
    When my team used proxy to send request , it works but as proxy dont work in prod build of vue apps we are getting CORS error .
    Could you please suggest how to solve this

    • @stianthorgersen824
      @stianthorgersen824 4 года назад

      CORS needs to be enabled in the microservice. Keycloak adapters support this by enabling CORS support in the service, and controlling what domains the SPA can access. Refer to the Keycloak documentation for more details here. If you are not using the Keycloak adapters for your service, then you need to refer to the documentation for the framework you are using to implement your microservice.

  • @fabiomartinsbr
    @fabiomartinsbr 6 лет назад +1

    Very good! Congratulations!! Where can I find this presentation?

  • @jaxonella
    @jaxonella 3 года назад +1

    Very good, thank you!

  • @mehboobshaikh8396
    @mehboobshaikh8396 3 года назад

    can you make a video on how to integrate keycloak with Django rest framework?

  • @tarbiaplus
    @tarbiaplus 4 года назад

    Great !

  • @yummywithali
    @yummywithali 3 года назад +1

    can you share these codes with us ? thank you

  • @naoseioquecriar
    @naoseioquecriar 5 лет назад +1

    can you provide the link for download your application?

    • @EwoudSmets
      @EwoudSmets 5 лет назад

      github.com/stianst/keycloak-demo