Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client name not displayed in login #223

Open
mjnagel opened this issue Sep 19, 2024 · 0 comments
Open

Client name not displayed in login #223

mjnagel opened this issue Sep 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mjnagel
Copy link
Contributor

mjnagel commented Sep 19, 2024

<#if client?? && client.name?has_content>
<#-- Check if the client name matches the specific entry -->
<#if client.name == "${" + "client_account-console" + "}">
<h2 class="client-unique-name">
My Account
</h2>
<#else>
<h2 class="client-unique-name">
${kcSanitize(client.name)?no_esc}
</h2>
</#if>
<#else>
<h2>
${kcSanitize(msg("loginTitleHtml",(realm.displayNameHtml!'')))?no_esc}
</h2>
</#if>

Previously the specific client name would show on logins to specific applications. Now every client login shows the same Identity Service text. I believe something is off with the login theme, causing us to fall into the els conditional.

@mjnagel mjnagel added the bug Something isn't working label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant