DEV Community

Cover image for How to change default title in client login screen using Keycloak?
Nirmal Ram
Nirmal Ram

Posted on

3 2

How to change default title in client login screen using Keycloak?

In your realm settings > HTML Display name

replace:

<div class="kc-logo-text"><span>Keycloak</span></div>
Enter fullscreen mode Exit fullscreen mode

with your Application name that you wish to show on your login screen. you can also provide HTML code for using image instead of title

use

<img alt="..ALT-TEXT.." src="../../SOURCE" width="400"/> 
Enter fullscreen mode Exit fullscreen mode

to insert your logo instead

Happy Hacking..

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay