By: Carl Schmitt user 18 May 2023 at 10:29 a.m. CDT

3 Responses
Carl Schmitt gravatar
https://whateverthegluuaddressis/identity/finishlogout.htm ## Expected behavior The html title says the name of the organization EX: <title>Some Org Name</title> ## Actual behavior The html title says "Gluu" EX:<title>Gluu</title> ## Minimized example Login to a Gluu 4.5 installation with Configuration->Organization Configuration->Organization Settings->Organization name set to "Some Org Name" xhtml template files have <title>#{organizationService.organization.organizationTitle}</title> ## What I did modified fullWidthEmpty.xhtml and set the title line to <title>#{organizationService.getOrgName()}</title> ## Question Is my fix correct? Is organiztionTitle set somewhere else? I assumed it was set under Configuration->Organization Configuration->Organization Settings->Organization name.

By Mobarak Hosen Shakil staff 23 May 2023 at 1:08 a.m. CDT

Mobarak Hosen Shakil gravatar
Hi, Carl! It seems rendering not working right now. For instance, You can set title manually. I will arise this issue in the chat. Will give you an update soon once it's fixed. Thanks, Regards ~ Shakil

By Mobarak Hosen Shakil staff 28 May 2023 at 8:35 p.m. CDT

Mobarak Hosen Shakil gravatar
Just for an update. I've raised an issues. Hope this gonna fix soon. [https://github.com/GluuFederation/oxTrust/issues/2342](https://github.com/GluuFederation/oxTrust/issues/2342) Regards ~ Shakil

By Carl Schmitt user 30 May 2023 at 7:19 a.m. CDT

Carl Schmitt gravatar
Thank you!