Customize Keycloak with themes

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

КОМЕНТАРІ • 17

  • @nima.shokouhfar
    @nima.shokouhfar 9 днів тому +1

    Great video. Now, I am more clear what is going on.

  • @avineeshkumar5384
    @avineeshkumar5384 Місяць тому +1

    Hello,
    I just have a little question about theming keycloak.
    I modify a bit the css and logo to make a custom login page.
    After I import the newly created theme I apply it and it works well for the
    master Realm, but when I apply this theme to another Realm I've the Realm
    name that appears on the login page instead of my logo.
    How can I make my logo appears instead of the realm name ?
    Is it something to configure in keycloak ? or a property to change in the
    theme properties ?

    • @learningsoftwareskills
      @learningsoftwareskills  Місяць тому

      Hi, please send the screenshot to learningsoftwareskills@gmail.com
      Let us see what is the issue

    • @kenjiong6897
      @kenjiong6897 Місяць тому

      I have the same issue as well

  • @NaveenKumar-qx9gt
    @NaveenKumar-qx9gt 3 місяці тому +1

    "I have configured multiple IDPs in Keycloak. Is it possible to automatically log in through a particular IDP based on the user's email domain? Additionally, on the login page, can only the email field be displayed?"

    • @learningsoftwareskills
      @learningsoftwareskills  3 місяці тому +1

      Hi i don't think automatically choosing an IDP based on the user email address is possible. The user needs to explicitly select the IDP to login first.

  • @nousername-l8u
    @nousername-l8u Місяць тому +2

    How to do it with docker keycloak

    • @learningsoftwareskills
      @learningsoftwareskills  Місяць тому

      ua-cam.com/video/myJLRt4ppS4/v-deo.htmlsi=3bsqInf-nOBpuMdR
      Hi, while building your keycloak docker container, you can copy the theme files to the opt/jboss/keycloak/themes as shown in the above video.
      Hope this helps, cheers 👍

  • @ganeshbabu8263
    @ganeshbabu8263 3 місяці тому +2

    Thanks a lot 🙏🏻, can you describe and make a video about keycloakify video

    • @learningsoftwareskills
      @learningsoftwareskills  3 місяці тому +2

      Hi, thanks for the feedback. I will try to know about it and try to make a video. Cheers 👍

  • @Programming_Codding
    @Programming_Codding 3 місяці тому +1

    how to do the same in docker

    • @learningsoftwareskills
      @learningsoftwareskills  3 місяці тому +1

      Hi, good question. to achieve custom theme in keycloak running in docker, you need to copy the theme files into the docker container by writing copy command in the docker file something like below
      COPY ./themes/my-theme/ /opt/keycloak/themes/my-theme
      Some of the links on this topic are shown below
      * github.com/saurav-samantray/custom-auth-service/blob/main/Dockerfile , saurav-samantray.medium.com/dockerize-keycloak-21-with-a-custom-theme-b6f2acad03d5
      * stackoverflow.com/questions/52641379/keycloak-deploy-custom-theme-in-docker
      If you solve this, write back about your experience.
      Hope this helps, cheers 👍

  • @Aaron-pc5md
    @Aaron-pc5md 3 місяці тому +1

    Can you provide the code for each file? in the login section?

    • @learningsoftwareskills
      @learningsoftwareskills  3 місяці тому

      Hi, all the code for the video is present in the blogpost for this video at nagasudhir.blogspot.com/2024/04/customize-keycloak-appearance-with.html
      Hope this helps, cheers 👍

  • @JeremiahManuel
    @JeremiahManuel Місяць тому +1

    not working, no source code, could have been better with github repo

    • @learningsoftwareskills
      @learningsoftwareskills  Місяць тому

      @@JeremiahManuel hi, the code can be found the blogpost at nagasudhir.blogspot.com/2024/04/customize-keycloak-appearance-with.html
      Hope this helps, cheers 👍