Customize Keycloak with themes

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

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

  • @abisheky6185
    @abisheky6185 19 дней назад +2

    How to do it with docker keycloak

    • @learningsoftwareskills
      @learningsoftwareskills  17 дней назад

      ruclips.net/video/myJLRt4ppS4/видео.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 👍

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

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

  • @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 2 месяца назад +1

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

    • @learningsoftwareskills
      @learningsoftwareskills  2 месяца назад

      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 👍