Using custom rebranding
You can customize several visual elements of the console, including branding elements such as contact information or logos.
About this task
You can use the command line to configure the PingDirectory suite of products.
Tomcat 10 currently has an issue where Spring applications (such as this console) will not run correctly. Use Tomcat 9 or earlier. |
Steps
-
To customize the console, open the
application.yml
file and set <branding.custom-folder> to a local filepath that is not a subdirectory of the console application directory.This path should contain the elements for the console to display.
-
Set the custom branding filepath on any PingDirectory suite of products console with the following
dsconfig
command:dsconfig set-web-application-extension-prop \ --extension-name Console \ --set init-parameter:branding.custom-folder=<path to folder>
Customizing text information
About this task
To customize text information, such as contact information or company names:
Steps
-
Make a copy of the
branding.properties.template
file and rename it tobranding.properties
. -
Make the desired changes to the copy.
-
Place the copy in the folder specified by the <branding.custom-folder> setting.
-
Restart the console.
Customizing the color scheme or logos
About this task
To customize the color scheme or logos used by the console:
Steps
-
Make a copy of the
branding.css.template
file and rename it tobranding.css
. -
Make the desired changes.
-
Place the copy in the folder specified by the <branding.custom-folder> setting.